This commit is contained in:
2018-10-19 21:22:10 +00:00
parent fd9998c978
commit e33a7dd367
7 changed files with 48 additions and 74 deletions

View File

@@ -89,7 +89,11 @@ app.settings = (function () {
//Context menu
app.nav.contextClear();
////app.nav.setContextTitle("Search");
$("#about").append(
"<p>Pecklist client version: " +
app.api.GZAppVersion +
"</p>"
);
};