Mercurial > lada > lada-client
comparison app/view/window/GenProbenFromMessprogramm.js @ 859:6249b731d438
Close messprogramm windows on probe generation.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 10 Jul 2015 18:13:24 +0200 |
parents | dff2798390f8 |
children | 99c5dd8e9b0f |
comparison
equal
deleted
inserted
replaced
858:2c686025934a | 859:6249b731d438 |
---|---|
65 title: i18n.getMsg('success'), | 65 title: i18n.getMsg('success'), |
66 autoScroll: true, | 66 autoScroll: true, |
67 msg: me.evalResponse(json), | 67 msg: me.evalResponse(json), |
68 buttons: Ext.Msg.OK, | 68 buttons: Ext.Msg.OK, |
69 }); | 69 }); |
70 me.close(); | |
70 }, | 71 }, |
71 failure: function(response) { | 72 failure: function(response) { |
72 var json = null; | 73 var json = null; |
73 try { | 74 try { |
74 json = Ext.JSON.decode(response.responseText); | 75 json = Ext.JSON.decode(response.responseText); |