Go to the source code of this file.
window addEventListener |
( |
'paneload' |
, |
|
|
SongbirdContentPaneOverlay. |
onPaneLoad, |
|
|
false |
|
|
) |
| |
var SongbirdContentPaneOverlay |
Initial value:= {
onPaneLoad:
function(
event) {
if (
event.target.getAttribute(
"id") !=
"paneContent") {
return;
}
window.removeEventListener(
'paneload',
false);
const advancedJSButton = document.getElementById("advancedJSButton");
advancedJSButton.setAttribute("hidden", "true");
}
}
var SongbirdContentPaneOverlay
Definition at line 27 of file contentPaneOverlay.js.