Revision 7b7e5b30
Added by Chris Buechler over 15 years ago
usr/local/www/javascript/sorttable.js | ||
---|---|---|
363 | 363 |
document.addEventListener("DOMContentLoaded", sorttable.init, false); |
364 | 364 |
} |
365 | 365 |
|
366 |
/* for Internet Explorer */ |
|
367 |
/*@cc_on @*/ |
|
368 |
/*@if (@_win32) |
|
369 |
document.write("<script id=__ie_onload defer src=javascript:void(0)><\/script>"); |
|
370 |
var script = document.getElementById("__ie_onload"); |
|
371 |
script.onreadystatechange = function() { |
|
372 |
if (this.readyState == "complete") { |
|
373 |
sorttable.init(); // call the onload handler |
|
374 |
} |
|
375 |
}; |
|
376 |
/*@end @*/ |
|
377 |
|
|
378 | 366 |
/* for Safari */ |
379 | 367 |
if (/WebKit/i.test(navigator.userAgent)) { // sniff |
380 | 368 |
var _timer = setInterval(function() { |
Also available in: Unified diff
remove commented out bit that causes annoying pop ups in IE. Ticket #299