diff app/controller/Filter.js @ 800:4b9b1d3ad9f1

Added about window, There are still some todos when retrieving the server version, the asynchronous request seems to fail and does not evaluate in time
author Dustin Demuth <dustin@intevation.de>
date Thu, 21 May 2015 17:59:48 +0200
parents bc6bc71efb78
children a5373ee662e2
line wrap: on
line diff
--- a/app/controller/Filter.js	Thu May 21 15:54:25 2015 +0200
+++ b/app/controller/Filter.js	Thu May 21 17:59:48 2015 +0200
@@ -241,9 +241,7 @@
      * It has no function yet.
      */
     about: function() {
-        var info = this.getInfoStore();
-        Ext.widget('about', {
-            info: info
-        });
+        var win = Ext.create('Lada.view.window.About');
+        win.show();
     }
 });

http://lada.wald.intevation.org