summaryrefslogtreecommitdiff
path: root/swat/apps/script/layout-samba.js
blob: fe158095f5b3de05a9ef6e61d0b7eb834cd0a89c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(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"));
})();