[Lada-commits] [PATCH 1 of 2] Fixed version url

Wald Commits scm-commit at wald.intevation.org
Fri Jul 10 18:24:53 CEST 2015


# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1436545458 -7200
# Node ID 40f0450799ec3ad76141ea653146be9e8632095e
# Parent  6249b731d4385c58abc6ee288b724d67533c2b69
Fixed version url.

diff -r 6249b731d438 -r 40f0450799ec app.js
--- a/app.js	Fri Jul 10 18:13:24 2015 +0200
+++ b/app.js	Fri Jul 10 18:24:18 2015 +0200
@@ -169,7 +169,7 @@
     getServerVersion: function() {
         var i18n = Lada.getApplication().bundle;
         Ext.Ajax.request({
-            url: '/lada-server/version',
+            url: 'lada-server/version',
             method: 'GET',
             headers: {
                 'X-OPENID-PARAMS': Lada.openIDParams


More information about the Lada-commits mailing list