Mercurial > lada > lada-client
comparison app/view/window/GenProbenFromMessprogramm.js @ 882:f1e964b3aad6
Trailing Commas
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 23 Jul 2015 09:39:53 +0200 |
parents | 99c5dd8e9b0f |
children | def27cdd0dfa |
comparison
equal
deleted
inserted
replaced
881:bfdedee65027 | 882:f1e964b3aad6 |
---|---|
63 var json = Ext.JSON.decode(response.responseText); | 63 var json = Ext.JSON.decode(response.responseText); |
64 Ext.Msg.show({ | 64 Ext.Msg.show({ |
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 me.close(); |
71 }, | 71 }, |
72 failure: function(response) { | 72 failure: function(response) { |
73 var json = null; | 73 var json = null; |