From 74d942f09b425789d297741e18e7a1d1492301e2 Mon Sep 17 00:00:00 2001 From: www-data Date: Wed, 18 Feb 2015 19:23:07 +0100 Subject: [PATCH] Fixed bug #801 --- applications/admin/views/default/edit_js.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/admin/views/default/edit_js.html b/applications/admin/views/default/edit_js.html index 9d5aec52..a10f39d4 100644 --- a/applications/admin/views/default/edit_js.html +++ b/applications/admin/views/default/edit_js.html @@ -143,6 +143,9 @@ clientHeight = (this.getScrollerElement().clientHeight / 2) this.scrollTo(null, (coords.top + coords.bottom)/2 - 10); }); + CodeMirror.commands.save = function () { + doClickSave(); + }