1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 04:24:12 +01:00

Move status updates out of the page load pipeline.

This commit is contained in:
Kris Maglione
2011-03-15 19:27:58 -04:00
parent afbe703985
commit eeb24d07a3
2 changed files with 13 additions and 6 deletions

View File

@@ -215,7 +215,8 @@ var Contexts = Module("contexts", {
contexts.removeGroup(this.GROUP);
})
});
// Class.replaceProperty(plugins, file.path, self);
if (group !== this.user)
Class.replaceProperty(plugins, file.path, self);
// This belongs elsewhere
if (isPlugin && args)