mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 18:54:12 +01:00
Fix toggling the same.
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.observes);" xmlns={XUL}/>
|
||||
oncommand="toggleSidebar(this.id || this.observes);" xmlns={XUL}/>
|
||||
}
|
||||
|
||||
util.overlayWindow(window, { append: append.elements() });
|
||||
|
||||
Reference in New Issue
Block a user