r9635: Seperate window logic from registry js file.
[ira/wip.git] / swat / scripting / client / status.js
index fa2c3b57e7ba4ba5ec7e2a07a94238dfa5daf75b..9be85aca58761021174199761a56ec61f11199e7 100644 (file)
@@ -5,15 +5,6 @@
 */
 
 
-/* Ensure we always include the proper libs
-   Playing with a way to add/del scripts on the fly...
-*/
-var lib = document.createElement('script');
-lib.setAttribute('type', 'text/javascript');
-lib.setAttribute('src', '/scripting/client/call.js');
-var head = document.getElementsByTagName('head')[0];
-head.appendChild(lib);
-
 // Format for a server status table
 var s = [
        { id : "server",