fix syntax error in 9dabc33770d6d85629c85fbf271186be1e341efd - it broke all plugins (oops!)
This commit is contained in:
parent
9dabc33770
commit
c52d657864
2
build.py
2
build.py
@ -74,7 +74,7 @@ if(typeof window.plugin !== 'function') window.plugin = function() {};
|
|||||||
//PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!!
|
//PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!!
|
||||||
//(leaving them in place might break the 'About IITC' page or break update checks)
|
//(leaving them in place might break the 'About IITC' page or break update checks)
|
||||||
plugin_info.buildName = '@@BUILDNAME@@';
|
plugin_info.buildName = '@@BUILDNAME@@';
|
||||||
plugin_info.dateTimeVersion: '@@DATETIMEVERSION@@';
|
plugin_info.dateTimeVersion = '@@DATETIMEVERSION@@';
|
||||||
plugin_info.pluginId = '@@PLUGINNAME@@';
|
plugin_info.pluginId = '@@PLUGINNAME@@';
|
||||||
//END PLUGIN AUTHORS NOTE
|
//END PLUGIN AUTHORS NOTE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user