mainOverlay.js File Reference

Go to the source code of this file.

Functions

 addEventListener ("load", function(){removeEventListener("load", arguments.callee, false);if("arguments"in window &&window.arguments[0] instanceof Components.interfaces.nsIDialogParamBlock &&window.arguments[1] instanceof Components.interfaces.nsIObserver){var paneAddons=document.getElementById("paneAddons");if(!paneAddons.loaded){document.documentElement.showPane(paneAddons);}}var browserPreferences=document.getElementById("BrowserPreferences");var selector=document.getAnonymousElementByAttribute(browserPreferences, 'anonid', 'selector');selector.removeAttribute("orient");if(getComputedStyle(selector,"").getPropertyPriority("visibility")==""){selector.style.visibility="visible";}var browserPreferences=document.getElementById("BrowserPreferences");var selector=document.getAnonymousElementByAttribute(browserPreferences, 'anonid', 'selector');selector.removeAttribute("orient");if(getComputedStyle(selector,"").getPropertyPriority("visibility")==""){selector.style.visibility="visible";}var catMan=Cc["@mozilla.org/categorymanager;1"].getService(Ci.nsICategoryManager);var enum=catMan.enumerateCategory("cdrip-engine");if(!enum.hasMoreElements()){var radio=document.getAnonymousElementByAttribute(browserPreferences, 'pane', 'paneCDRip');radio.hidden=true;}}, false)
 

Variables

document _loadOverlay = document.loadOverlay
 
document _overlayLoading = false
 

Function Documentation

addEventListener ( "load"  ,
function(){removeEventListener("load", arguments.callee, false);if("arguments"in window &&window.arguments[0] instanceof Components.interfaces.nsIDialogParamBlock &&window.arguments[1] instanceof Components.interfaces.nsIObserver){var paneAddons=document.getElementById("paneAddons");if(!paneAddons.loaded){document.documentElement.showPane(paneAddons);}}var browserPreferences=document.getElementById("BrowserPreferences");var selector=document.getAnonymousElementByAttribute(browserPreferences, 'anonid', 'selector');selector.removeAttribute("orient");if(getComputedStyle(selector,"").getPropertyPriority("visibility")==""){selector.style.visibility="visible";}var browserPreferences=document.getElementById("BrowserPreferences");var selector=document.getAnonymousElementByAttribute(browserPreferences, 'anonid', 'selector');selector.removeAttribute("orient");if(getComputedStyle(selector,"").getPropertyPriority("visibility")==""){selector.style.visibility="visible";}var catMan=Cc["@mozilla.org/categorymanager;1"].getService(Ci.nsICategoryManager);var enum=catMan.enumerateCategory("cdrip-engine");if(!enum.hasMoreElements()){var radio=document.getAnonymousElementByAttribute(browserPreferences, 'pane', 'paneCDRip');radio.hidden=true;}}  ,
false   
)

Variable Documentation

document _loadOverlay = document.loadOverlay

Definition at line 87 of file mainOverlay.js.

document _overlayLoading = false

Definition at line 88 of file mainOverlay.js.