| Age | Commit message (Collapse) | Author |
|
Considered using jquery.hotkeys, even tried that, but didn't actually
work for me. This code seems to function under all browsers I tested (IE
11, chrome recent, FF recent - will test on IE 8).
|
|
make search+input boxes share a fixed div, use floats for nice(er)
responsiveness to width changes.
|
|
|
|
|
|
|
|
https://developer.mozilla.org/en-US/docs/Web/CSS/filter?redirectlocale=en-US&redirectslug=CSS%2Ffilter#Browser_compatibility
|
|
|
|
|
|
|
|
|
|
|
|
Fix removed textanalysis autoSuggestName call using signal/slot, no
additional signal added (using graph_diff)
Broken in af20dd47d3cb254d4dd2638264fe79385a199832
|
|
|
|
|
|
|
|
presenter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- rename, return value
- add notify param
- set id via create_node__set_random_id()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tried using it, fixed spelling and added node creator that
doesn't override id.
Failed to use it - d3 doesn't like objects. Need to figure that out.
|
|
So now you can change for instance:
$('.perm').each(function(i,x) { x.style.opacity=0.1; })
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|