diff --git a/index.html b/index.html
index c98e4e4..0f317ab 100644
--- a/index.html
+++ b/index.html
@@ -305,11 +305,13 @@
var base = window.location.href;
var host = window.location.host;
var regex = new RegExp(".*" + host + '/', "g");
+
if(host){
base = base.replace(regex,'');
}else{
base = base.replace('index.html','');
}
+ base = removeUrlParameters(base);
require.config({
baseUrl: ( base + '/js/'),
--
libgit2 0.21.2