mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
Add version number to plugins-info page
This commit is contained in:
parent
fc60ddded1
commit
8e4c961207
3 changed files with 10 additions and 4 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue