home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 September / APC0409D1.iso / f_looks / files / 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. }