1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 06:12:26 +01:00

Fix t_f issues. Closes issue #424.

This commit is contained in:
Kris Maglione
2011-03-10 18:40:41 -05:00
parent e77c97b6cb
commit 2484277714
2 changed files with 32 additions and 40 deletions

View File

@@ -152,6 +152,7 @@ var CommandWidgets = Class("CommandWidgets", {
return this.commandbar;
}
});
this.updateVisibility();
},
addElement: function addElement(obj) {
const self = this;