Bug #14474 ยป 0000649-jsfunc.menu.js.diff
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") {
|