diff options
author | Jayaram R Pai | 2014-09-21 13:15:37 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-21 13:15:37 +0530 |
commit | f2ca0b3324dbfb5fd180f0f2c46dc6f36c786292 (patch) | |
tree | 5eeb5e21849dfb6e911fc024433b86f37deb2f56 /static/dajaxice | |
parent | 96156a0b7f59372dfa22710a45e1443af71bb8fb (diff) | |
download | scipy2014-f2ca0b3324dbfb5fd180f0f2c46dc6f36c786292.tar.gz scipy2014-f2ca0b3324dbfb5fd180f0f2c46dc6f36c786292.tar.bz2 scipy2014-f2ca0b3324dbfb5fd180f0f2c46dc6f36c786292.zip |
fixed /2014 redirects
Diffstat (limited to 'static/dajaxice')
-rw-r--r-- | static/dajaxice/dajaxice.core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/dajaxice/dajaxice.core.js b/static/dajaxice/dajaxice.core.js index a03e97f..e879d45 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 = '/dajaxice/'+dajaxice_function+'/'; + endpoint = '/2014/dajaxice/'+dajaxice_function+'/'; if(method == 'GET'){ endpoint = endpoint + '?' + send_data; |