projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e454e2
)
Remove commented-out code for more sophisticated timeout that fades the record display.
author
Mike Taylor
<mike@indexdata.com>
Mon, 9 Mar 2015 16:50:11 +0000
(16:50 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 9 Mar 2015 16:50:11 +0000
(16:50 +0000)
src/mkws-widget-main.js
patch
|
blob
|
history
diff --git
a/src/mkws-widget-main.js
b/src/mkws-widget-main.js
index
3af2257
..
a73a1af
100644
(file)
--- 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();
});