Mercurial > lada > lada-client
comparison app.js @ 942:f2001df0e494
Added Documentation how to enable printing
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 02 Oct 2015 14:58:59 +0200 |
parents | 9358c5feb843 |
children | 6a6f2c6fe8ee |
comparison
equal
deleted
inserted
replaced
941:94d8ea3b98ba | 942:f2001df0e494 |
---|---|
59 launch: function() { | 59 launch: function() { |
60 Lada.username = ''; | 60 Lada.username = ''; |
61 Lada.userroles = ''; | 61 Lada.userroles = ''; |
62 Lada.logintime = ''; | 62 Lada.logintime = ''; |
63 Lada.mst = []; | 63 Lada.mst = []; |
64 Lada.clientVersion = '2.1.1'; | 64 Lada.clientVersion = '2.1.2'; |
65 Lada.serverVersion = ''; | 65 Lada.serverVersion = ''; |
66 | 66 |
67 var queryString = document.location.href.split('?')[1]; | 67 var queryString = document.location.href.split('?')[1]; |
68 if (queryString) { | 68 if (queryString) { |
69 Lada.openIDParams = queryString; | 69 Lada.openIDParams = queryString; |