diff --git a/theme/sE3QMDWLdgL8qUmG3sPJNtUEoZsQIOBAawCsKzHqkIhOSb5cZckRZByNXcO3jXPd.html b/theme/sE3QMDWLdgL8qUmG3sPJNtUEoZsQIOBAawCsKzHqkIhOSb5cZckRZByNXcO3jXPd.html
index 356620f..dd91ee1 100644
--- a/theme/sE3QMDWLdgL8qUmG3sPJNtUEoZsQIOBAawCsKzHqkIhOSb5cZckRZByNXcO3jXPd.html
+++ b/theme/sE3QMDWLdgL8qUmG3sPJNtUEoZsQIOBAawCsKzHqkIhOSb5cZckRZByNXcO3jXPd.html
@@ -287,12 +287,13 @@
var strPath = window.document.location.pathname;
var pos = strFullPath.indexOf(strPath);
var prePath = strFullPath.substring(0, pos);
- var postPath = strPath.substring(0, strPath.substr(1).indexOf('/') + 1);
- document.getElementById("url").value= prePath + postPath + "";
+ // var postPath = strPath.substring(0, strPath.substr(1).indexOf('/') + 1);
+ // document.getElementById("url").value= prePath + postPath + "";
+ document.getElementById("url").value= prePath + "";
}
window.onload = getPath;
-
+