X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ad481d9335cb91f56adfffda3999284f37d37942..51d914bc0007135058a61623a2d057d2a7626a28:/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) {