home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / browser.jar / content / browser / pref / pref-features-images.js < prev    next >
Encoding:
Text File  |  2005-07-29  |  245 b   |  13 lines

  1.  
  2. var permType = "image";
  3.  
  4. function Startup()
  5. {
  6.   loadPermissions();
  7. }
  8.  
  9. function onOK() {
  10.   window.opener.top.wsm.savePageData(window.location.href, window);
  11.   window.opener.top.hPrefWindow.registerOKCallbackFunc(window.opener.onImagePrefsOK);
  12. }
  13.