Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
SimpleLightWeb
SimpleLightWeb
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Forums
List of Forums
Open Discussion (1)
Help (1)
Developers (1)
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[simplelightweb]
/
js
/
domain.js
Diff of /js/domain.js
Parent Directory
|
Revision Log
|
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
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
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