This is an automated email from the git hooks/post-receive script. New commit to branch feature/GIT in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit 434552f58344d9919c0706d44accb3051e3da090 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Fri Apr 24 17:50:22 2015 +0200 Changed the code of the reset feature so that it works with all the SCMs (including Git) --- src/main/webapp/WEB-INF/content/reset.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/content/reset.jsp b/src/main/webapp/WEB-INF/content/reset.jsp index 3842096..0c257f2 100644 --- a/src/main/webapp/WEB-INF/content/reset.jsp +++ b/src/main/webapp/WEB-INF/content/reset.jsp @@ -37,7 +37,7 @@ editor.setValue(document.getElementById('valueOfLastRevision').value); - var numrev = <s:property value="numRevision" />; + var numrev = "<s:property value="numRevision" />"; if (numrev != null) { document.getElementById('numrevisionDiv').innerHTML = numrev; } -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.