X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ad481d9335cb91f56adfffda3999284f37d37942..9e0a0c89939a75eccb7b6ae925707d404b287b78:/project/static/js/views/editor.js diff --git a/project/static/js/views/editor.js b/project/static/js/views/editor.js index 891c8abc..27b17cbf 100644 --- a/project/static/js/views/editor.js +++ b/project/static/js/views/editor.js @@ -17,6 +17,7 @@ var EditorView = View.extend({ quickSave: function(event) { console.log('quickSave'); + this.model.quickSave(); }, commit: function(event) {