Make sidebar display in the event that the windows integration dialog appeared.
b = 119975; r = law; sr = dveditz git-svn-id: svn://10.0.0.236/trunk@204760 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -861,6 +861,12 @@ function SidebarStopPanelLoad(header) {
|
||||
function SidebarReload() {
|
||||
sidebarObj.panels.refresh();
|
||||
}
|
||||
|
||||
function SidebarRebuild() {
|
||||
var panels = document.getElementById("sidebar-panels");
|
||||
panels.builder.rebuild();
|
||||
sidebar_open_default_panel(100, 0);
|
||||
}
|
||||
|
||||
// Set up a lame hack to avoid opening two customize
|
||||
// windows on a double click.
|
||||
|
||||
Reference in New Issue
Block a user