diff options
author | Jayaram R Pai | 2014-09-25 16:13:56 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-25 16:13:56 +0530 |
commit | a5d89d3cb8bd12a6acc3c6338d9edf94cde65474 (patch) | |
tree | 07977532fcf704df3e7eebb8e177b77efac1871c /static/dajax | |
parent | 86165f1f8a7a9b87bb2a563c795935c7583bb932 (diff) | |
download | scipy2014-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.js | 2 |
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': |