Move Gantt charts to external plugin

This commit is contained in:
Frederic Guillot
2017-04-01 17:04:18 -04:00
parent 253d5a9331
commit 5cc4889473
49 changed files with 5 additions and 1306 deletions

View File

@@ -120,8 +120,4 @@ KB.keyboardShortcuts = function () {
KB.onKey('v+l', function () {
goToLink('a.view-listing');
});
KB.onKey('v+g', function () {
goToLink('a.view-gantt');
});
};