Mercurial > lada > lada-client
comparison app/view/window/GenProbenFromMessprogramm.js @ 861:99c5dd8e9b0f
merged heads
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 10 Jul 2015 18:18:53 +0200 |
parents | 03f39ddae596 6249b731d438 |
children | f1e964b3aad6 |
comparison
equal
deleted
inserted
replaced
860:03f39ddae596 | 861:99c5dd8e9b0f |
---|---|
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); |