home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 March / PCpro_2005_03.ISO / files / firefox / adblock-0.5-dev.xpi / chrome / adblock.jar / content / warnregexpdialog.js < prev    next >
Encoding:
Text File  |  2002-12-27  |  174 b   |  6 lines

  1. function returnResult(cancelled) {
  2.     var checkbox = document.getElementById("warn");
  3.     var warn = checkbox.checked;    
  4.     window.arguments[0](cancelled, warn);
  5.     return true;
  6. }