Mercurial > lada > lada-client
diff app/controller/grid/ProbeList.js @ 999:f73ca04d73a7 stammdatengrids
Refactored Server URL
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 Jan 2016 14:50:28 +0100 |
parents | 56470a075e6e |
children | dbd435256f77 |
line wrap: on
line diff
--- a/app/controller/grid/ProbeList.js Thu Dec 10 08:30:14 2015 +0100 +++ b/app/controller/grid/ProbeList.js Wed Jan 13 14:50:28 2016 +0100 @@ -101,7 +101,7 @@ } var me = this; Ext.Ajax.request({ - url: 'lada-server/export/laf', + url: 'lada-server/data/export/laf', jsonData: {'proben': proben}, success: function(response) { var content = response.responseText;