X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2Fmkws-widget-main.js;fp=src%2Fmkws-widget-main.js;h=a73a1afe6b5f84155072281a29e66fc4aea9083e;hp=3af22570315f39e44a22bb268680fd2306915545;hb=51fe6a6521ef94fed9a1b36daae52831b10e0269;hpb=8e454e2925f75712eb67d0cd9a86cfc84e5c5605 diff --git a/src/mkws-widget-main.js b/src/mkws-widget-main.js index 3af2257..a73a1af 100644 --- a/src/mkws-widget-main.js +++ b/src/mkws-widget-main.js @@ -178,23 +178,6 @@ mkws.registerWidgetType('records', function() { } this.node.mouseleave(unfreezeRecordDisplay); -/* - var m_busy = false; - this.node.mousemove(function() { - if (!m_busy) { - m_busy = true; - that.info("making semi-transparent in 0.001 s"); - that.node.fadeTo(1, 0.5, function() { - that.info("making opaque in 2 s"); - that.node.fadeTo(2000, 1, function() { - that.info("done making opaque"); - m_busy = false; - }); - }); - } - }); -*/ - that.autosearch(); });