1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 08:45:46 +01:00

Fix toggling our custom sidebars. Closes issue #225.

This commit is contained in:
Kris Maglione
2011-01-02 12:06:53 -05:00
parent 8a0331f698
commit c010e45876

View File

@@ -64,7 +64,7 @@ var ConfigBase = Class("ConfigBase", {
<broadcaster id={"pentadactyl-" + id + "Sidebar"}
autoCheck="false" type="checkbox" group="sidebar"
sidebartitle={name} sidebarurl={uri}
oncommand="toggleSidebar(this.id);" xmlns={XUL}/>
oncommand="toggleSidebar(this.observes);" xmlns={XUL}/>
}
util.overlayWindow(window, { append: append.elements() });