Add version number to plugins-info page

This commit is contained in:
Stefan 2015-04-10 23:52:17 +02:00
parent fc60ddded1
commit 8e4c961207
3 changed files with 10 additions and 4 deletions

View file

@ -199,7 +199,6 @@ exports.getGitCommit = function() {
var refPath = rootPath + "/.git/" + ref.substring(5, ref.indexOf("\n"));
version = fs.readFileSync(refPath, "utf-8");
version = version.substring(0, 7);
console.log("Your Etherpad git version is " + version);
}
catch(e)
{