Don't load updater.js twice

This commit is contained in:
Ruud
2013-09-06 20:17:21 +02:00
parent 1b6bf13619
commit 203a52bfd1

View File

@@ -132,6 +132,7 @@ class BaseUpdater(Plugin):
update_failed = False
update_version = None
last_check = 0
auto_register_static = False
def doUpdate(self):
pass