This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit 3c15b96ce5cac1902a05846fc37c29241f435367 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Mon Jun 15 09:49:33 2015 +0200 Make the autosave removed when opening a file and choosing not to load the saved content --- swe-ui-web/src/main/webapp/WEB-INF/content/modificationViewer.jsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swe-ui-web/src/main/webapp/WEB-INF/content/modificationViewer.jsp b/swe-ui-web/src/main/webapp/WEB-INF/content/modificationViewer.jsp index 54aaf9a..0c7526a 100644 --- a/swe-ui-web/src/main/webapp/WEB-INF/content/modificationViewer.jsp +++ b/swe-ui-web/src/main/webapp/WEB-INF/content/modificationViewer.jsp @@ -882,6 +882,8 @@ if (loadSavedContent) { editor.mirror.setValue(localStorage.getItem(address)); + } else { + removeLocalAutoSave(); } } -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.