Develop and Download Open Source Software

Browse Subversion Repository

Diff of /js/domain.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 41 by berupon, Fri Jan 22 14:20:16 2010 UTC revision 42 by berupon, Mon Mar 22 01:45:43 2010 UTC
# Line 377  var et = new Date(); Line 377  var et = new Date();
377          var contents = null;          var contents = null;
378          Event.observe(window, "load", function () {          Event.observe(window, "load", function () {
379                  contents = $('contents');                  contents = $('contents');
380                  var timerID = setInterval(checkLocationHash, 10);                  if ("onhashchange" in window) {
381                            Event.observe(window, "hashchange", checkLocationHash);
382                            checkLocationHash();
383                    }else {
384                            var timerID = setInterval(checkLocationHash, 10);
385                    }
386          });          });
387          var draggable = new Draggable();          var draggable = new Draggable();
388                    

Legend:
Removed from v.41  
changed lines
  Added in v.42

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26