svn path=/Website/trunk/; revision=29640
This commit is contained in:
Jos Groot Lipman
2016-06-06 13:18:54 +00:00
parent 7e9e750120
commit 0ba248e31e

View File

@@ -23,6 +23,9 @@ var filters = getFParam("filters", "");
if (autoopenurl.indexOf("../../") == 0)
autoopenurl = autoopenurl.substr("../../".length + 1);
if (autoopenurl.indexOf(HTTP.urlzelf() + "/") == 0)
autoopenurl = autoopenurl.substr(HTTP.urlzelf().length + 1);
if (autoopenurl.indexOf(rooturl + "/") == 0)
autoopenurl = autoopenurl.substr(rooturl.length + 1);