* right versioning and buildtime variables
* new INFO object to store buildtime and version
This commit is contained in:
@ -30,6 +30,13 @@ $(document).ready(function () {
|
||||
$("#finished-collection-label").html(data.collectionnumber);
|
||||
}, 'json');
|
||||
|
||||
//load version footer
|
||||
//
|
||||
$.post('/senddata/wastedata', 'action=getversionandbuildtime', function (data) {
|
||||
$("#version-footer-label").html("<b>Version</b> "+data.version+" <b>Build</b> "+data.buildtime);
|
||||
}, 'json');
|
||||
|
||||
|
||||
var citytable;
|
||||
|
||||
function reloadtable() {
|
||||
|
Reference in New Issue
Block a user