summaryrefslogtreecommitdiff
path: root/static/dajax/jquery.dajax.core.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/dajax/jquery.dajax.core.js')
-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':