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:
@@ -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() });
|
||||
|
||||
Reference in New Issue
Block a user