summaryrefslogtreecommitdiff
path: root/swat/apps/script/layout-samba.js
diff options
context:
space:
mode:
Diffstat (limited to 'swat/apps/script/layout-samba.js')
-rw-r--r--swat/apps/script/layout-samba.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/swat/apps/script/layout-samba.js b/swat/apps/script/layout-samba.js
deleted file mode 100644
index fe158095f5..0000000000
--- a/swat/apps/script/layout-samba.js
+++ /dev/null
@@ -1,15 +0,0 @@
-(function()
-{
- document.write('<div id="demoFoot">');
- document.write('</div>');
-
- document.write('<div id="demoDebug">');
- document.write('</div>');
-
- document.write('<div id="demoFrame">');
- document.write('&#160;');
- document.write('</div>');
-
- qx.dev.log.Logger.ROOT_LOGGER.removeAllAppenders();
- qx.dev.log.Logger.ROOT_LOGGER.addAppender(new qx.dev.log.DivAppender("demoDebug"));
-})();