contentPaneOverlay.js File Reference

Go to the source code of this file.

Functions

window addEventListener ('paneload', SongbirdContentPaneOverlay.onPaneLoad, false)
 

Variables

var SongbirdContentPaneOverlay
 

Function Documentation

window addEventListener ( 'paneload'  ,
SongbirdContentPaneOverlay.  onPaneLoad,
false   
)

Variable Documentation

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 event
let window
var SongbirdContentPaneOverlay

Definition at line 27 of file contentPaneOverlay.js.