Update bonfire plugin version number to force fresh import on browsers
This commit is contained in:
		| @@ -67,7 +67,7 @@ var requests; | |||||||
| // (re)initializes the plugin | // (re)initializes the plugin | ||||||
| var reset = function() { | var reset = function() { | ||||||
|     requests = 0; |     requests = 0; | ||||||
|     plugin = new jailed.Plugin(path+'plugin_v0.1.3.js', api); |     plugin = new jailed.Plugin(path+'plugin_v0.1.4.js', api); | ||||||
|     plugin.whenDisconnected( function() { |     plugin.whenDisconnected( function() { | ||||||
|         // give some time to handle the last responce |         // give some time to handle the last responce | ||||||
|         setTimeout( function() { |         setTimeout( function() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user