зеркало из https://github.com/mozilla/pjs.git
Added BrowserViewOptions to toggle the Page View dialog
This commit is contained in:
Родитель
f07bb6e6b3
Коммит
f8f75a2b0b
|
@ -305,6 +305,12 @@ function BrowserOpenTab()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function BrowserViewOptions() {
|
||||||
|
document.getElementById("toolbar-view").collapsed=!document.getElementById("toolbar-view").collapsed;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Work-in-progress, this handler is 100% generic and gets all the clicks for the entire tabbed
|
* Work-in-progress, this handler is 100% generic and gets all the clicks for the entire tabbed
|
||||||
* content area. Need to fix with the approach where we handler only clicks for the actual tab.
|
* content area. Need to fix with the approach where we handler only clicks for the actual tab.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче