From cd5712d3906ff2fe96c5e531e7b72c8cbefaa050 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 2 Mar 2012 15:10:20 +0530 Subject: [PATCH] fix in get_base_url method of dom.js --- js/all-app.js | 2 +- js/all-web.js | 2 +- version.num | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/all-app.js b/js/all-app.js index 424cc14c228..b8c4f7359ee 100644 --- a/js/all-app.js +++ b/js/all-app.js @@ -433,7 +433,7 @@ wn.urllib={get_arg:function(name){name=name.replace(/[\[]/,"\\\[").replace(/[\]] return"";else return decodeURIComponent(results[1]);},get_dict:function(){var d={} var t=window.location.href.split('?')[1];if(!t)return d;if(t.indexOf('#')!=-1)t=t.split('#')[0];if(!t)return d;t=t.split('&');for(var i=0;i