summaryrefslogtreecommitdiffstats
path: root/usr/local/www/javascript/sorttable.js
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/javascript/sorttable.js')
-rw-r--r--usr/local/www/javascript/sorttable.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/usr/local/www/javascript/sorttable.js b/usr/local/www/javascript/sorttable.js
index b7950f1..c8c72be 100644
--- a/usr/local/www/javascript/sorttable.js
+++ b/usr/local/www/javascript/sorttable.js
@@ -363,18 +363,6 @@ if (document.addEventListener) {
document.addEventListener("DOMContentLoaded", sorttable.init, false);
}
-/* for Internet Explorer */
-/*@cc_on @*/
-/*@if (@_win32)
- document.write("<script id=__ie_onload defer src=javascript:void(0)><\/script>");
- var script = document.getElementById("__ie_onload");
- script.onreadystatechange = function() {
- if (this.readyState == "complete") {
- sorttable.init(); // call the onload handler
- }
- };
-/*@end @*/
-
/* for Safari */
if (/WebKit/i.test(navigator.userAgent)) { // sniff
var _timer = setInterval(function() {
OpenPOWER on IntegriCloud