Well I was editing my profile, (and since i've realized that the manager of these forums does take care of issues, and does fix/explain what was fixed/caused the error), when i went to save the changes made (website URL, website title, personal text) I got this error at the top below the nav bar.
1 2 3
| ); function autoDetectTimeOffset() { var diff = Math.round((localTime.getTime() - serverTime.getTime())/3600000); difference diff %= 24; document.forms.creator.timeOffset.value = diff; } |
Ahhhh, there it is again.
1
| "); function autoDetectTimeOffset() { // Get the difference between the two, set it up so that the sign will tell us who is ahead of who var diff = Math.round((localTime.getTime() - serverTime.getTime())/3600000); // Make sure we are limiting this to one day's difference diff %= 24; document.forms.creator.timeOffset.value = diff; } // ]]> |
URL:
http://www.java-gaming.org/index.php?action=profile;u=68689;sa=themeJust posting
