diff app.js @ 809:3bc19188fc3a

Added some todos, Enhanced Proge-Generation Success Msg.
author Dustin Demuth <dustin@intevation.de>
date Fri, 22 May 2015 16:14:14 +0200
parents c6e9bcda69b8
children 42f7475f3b7d
line wrap: on
line diff
--- a/app.js	Fri May 22 15:59:40 2015 +0200
+++ b/app.js	Fri May 22 16:14:14 2015 +0200
@@ -107,7 +107,6 @@
     },
 
     onLoginSuccess: function(response) {
-        Lada.serverversion = this.getServerVersion();
 
         if (!Ext.isIE9m) {
           /* Strip out the openid query params to look nicers. */
@@ -123,6 +122,8 @@
         Lada.userroles = json.data.roles;
         Lada.logintime = json.data.servertime;
         Lada.mst = json.data.mst; //Store Messstellen this user may select
+        //Lada.serverVersion
+        this.getServerVersion();
 
         Ext.create('Lada.store.Datenbasis', {
             storeId: 'datenbasis'

http://lada.wald.intevation.org