Fix rootwidget handling

This commit is contained in:
Jermolene
2014-08-13 20:20:58 +01:00
parent 7c1cb97f7f
commit 449edf99b5
3 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Password handling
// Export name and synchronous status
exports.name = "password";
exports.platforms = ["browser"];
exports.after = ["rootwidget"];
exports.after = ["startup"];
exports.synchronous = true;
exports.startup = function() {