Notes/public/javascripts
azivner 04063d8a9c sql console reports successful execution (useful when query doesn't produce any result set like in update/delete) 2017-12-26 10:21:33 +07:00
..
dialogs sql console reports successful execution (useful when query doesn't produce any result set like in update/delete) 2017-12-26 10:21:33 +07:00
context_menu.js added collapse sub-tree in context menu 2017-12-26 10:00:08 +07:00
drag_and_drop.js fix for initial non-clickability of start node 2017-12-23 17:18:51 +07:00
init.js change in default keyboard shortcuts 2017-12-18 23:41:13 +07:00
link.js fix go to external link by double clicking 2017-12-26 09:10:54 +07:00
messaging.js yet another attempt at fixing reporting sync changes to client 2017-12-19 23:22:21 +07:00
migration.js migration now works also in electron 2017-11-30 19:58:00 +07:00
note_editor.js display current note ID in editor (useful in Electron which doesn't have address bar) 2017-12-25 09:46:11 +07:00
note_tree.js added collapse sub-tree in context menu 2017-12-26 10:00:08 +07:00
protected_session.js fix setting "protected" class and background on note tree 2017-12-25 09:30:37 +07:00
search_tree.js using server.method() instead of direct call to $.ajax - preparation for electron without network requests 2017-11-28 20:52:38 +07:00
server.js making sure that if AJAX request fails, then the whole operation is cancelled (previously the promise has been resolved successfully even in case of failed request) 2017-12-18 22:56:44 +07:00
setup.js implemented initial setup of the app 2017-12-03 22:29:23 +07:00
sync.js using server.method() instead of direct call to $.ajax - preparation for electron without network requests 2017-11-28 20:52:38 +07:00
tree_changes.js fixes in working with top level nodes and root node 2017-12-23 12:19:15 +07:00
tree_utils.js fixes in working with top level nodes and root node 2017-12-23 12:19:15 +07:00
utils.js fixes in working with top level nodes and root node 2017-12-23 12:19:15 +07:00