summaryrefslogtreecommitdiff
path: root/static/dajax
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-25 16:13:56 +0530
committerJayaram R Pai2014-09-25 16:13:56 +0530
commita5d89d3cb8bd12a6acc3c6338d9edf94cde65474 (patch)
tree07977532fcf704df3e7eebb8e177b77efac1871c /static/dajax
parent86165f1f8a7a9b87bb2a563c795935c7583bb932 (diff)
downloadscipy2014-a5d89d3cb8bd12a6acc3c6338d9edf94cde65474.tar.gz
scipy2014-a5d89d3cb8bd12a6acc3c6338d9edf94cde65474.tar.bz2
scipy2014-a5d89d3cb8bd12a6acc3c6338d9edf94cde65474.zip
added ALIAS_URL to config
Diffstat (limited to 'static/dajax')
-rw-r--r--static/dajax/jquery.dajax.core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/dajax/jquery.dajax.core.js b/static/dajax/jquery.dajax.core.js
index 0bddd41..ed7eb46 100644
--- a/static/dajax/jquery.dajax.core.js
+++ b/static/dajax/jquery.dajax.core.js
@@ -46,7 +46,7 @@ var Dajax = {
break;
case 'red':
- window.setTimeout('window.location="/2014/'+elem.url+'";',elem.delay);
+ window.setTimeout('window.location="'+aliasUrl+elem.url+'";',elem.delay);
break;
case 'js':