Mercurial > lada > lada-client
diff app/view/Viewport.js @ 357:94884cd8f8c0
Added logic to upload a file to the server.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 13 Aug 2013 16:21:08 +0200 |
parents | 596501c16560 |
children | cebed9ef8293 |
line wrap: on
line diff
--- a/app/view/Viewport.js Tue Aug 13 12:37:03 2013 +0200 +++ b/app/view/Viewport.js Tue Aug 13 16:21:08 2013 +0200 @@ -17,7 +17,7 @@ ], initComponent: function() { console.log('Setting up Viewport'); - //this.initSearch(); + this.initSearch(); // Development related: // Disable "initSearch" call and enable one of the following init @@ -26,9 +26,9 @@ //this.initProbe(); //this.initOrt(); //this.initMessung(); - this.initMesswert(); + //this.initMesswert(); - //this.setInfo(); + this.setInfo(); this.callParent(arguments); }, /**