Project

General

Profile

Bug #14474 ยป 0000649-jsfunc.menu.js.diff

Administrator Admin, 2004-12-28 18:03

View differences:

jsfunc.menu.js 2004-12-22 16:49:03.000000000 +0100
this.entry[this.entry[entryID].parent].openID = entryID;
}
if (this.entry[entryID].url) {
if (document.getElementsByTagName("base")[0].href != "") {
this.entry[entryID].url = document.getElementsByTagName("base")[0].href + this.entry[entryID].url;
}
if (!this.entry[entryID].target || this.entry[entryID].target=="_self") {
document.location = this.entry[entryID].url;
} else if (this.entry[entryID].target=="_top") {
    (1-1/1)