summaryrefslogtreecommitdiff
path: root/static/dajaxice/dajaxice.core.js
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-25 16:14:20 +0530
committerJayaram R Pai2014-09-25 16:14:20 +0530
commit0a1f6f7e58fb3ec9d3f9582a54b65e20f903c37f (patch)
tree4fcb7494af1ba11a9582bb12ab5ec582639967d9 /static/dajaxice/dajaxice.core.js
parentb047e2143b719e9a693f421082f371f0b46b3a5d (diff)
parenta5d89d3cb8bd12a6acc3c6338d9edf94cde65474 (diff)
downloadscipy2014-0a1f6f7e58fb3ec9d3f9582a54b65e20f903c37f.tar.gz
scipy2014-0a1f6f7e58fb3ec9d3f9582a54b65e20f903c37f.tar.bz2
scipy2014-0a1f6f7e58fb3ec9d3f9582a54b65e20f903c37f.zip
Merge branch 'devel'
Diffstat (limited to 'static/dajaxice/dajaxice.core.js')
-rw-r--r--static/dajaxice/dajaxice.core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/dajaxice/dajaxice.core.js b/static/dajaxice/dajaxice.core.js
index e879d45..82c7153 100644
--- a/static/dajaxice/dajaxice.core.js
+++ b/static/dajaxice/dajaxice.core.js
@@ -65,7 +65,7 @@ var Dajaxice = {
var send_data = 'argv='+encodeURIComponent(JSON.stringify(argv)),
oXMLHttpRequest = new XMLHttpRequest,
- endpoint = '/2014/dajaxice/'+dajaxice_function+'/';
+ endpoint = aliasUrl+'/dajaxice/'+dajaxice_function+'/';
if(method == 'GET'){
endpoint = endpoint + '?' + send_data;