home *** CD-ROM | disk | FTP | other *** search
- /*
- Copyright 2007-2008 Foxmarks Inc.
-
- foxmarks-pwsanitizeoverlay.js: component that tells password that it
- needs to check for changes.
-
- */
-
-
- window.addEventListener("unload",
- function(){
- var lm = Date.now();
- var os = Components.classes["@mozilla.org/observer-service;1"]
- .getService(Components.interfaces.nsIObserverService);
- os.notifyObservers(null, "foxmarks-checkforpasswordchange",
- lm);
- },
- false);
-