navigation MDL-20332 MDL-20324 Modifications to fix the following issues:

* If no active node is found when the navigation is called upon then we attempt to find a best match active node
 * Links are now produced with frame breakout actions
 * Links ending with / are presumed index.php for matching purposes
This commit is contained in:
samhemelryk
2009-09-23 06:05:36 +00:00
parent 816250281e
commit bf6c37c786
5 changed files with 90 additions and 26 deletions
+4
View File
@@ -1341,3 +1341,7 @@ function update_progress_bar (id, width, pt, msg, es){
progress_bar.style.width = width + "px";
}
function frame_breakout(e, properties) {
this.setAttribute('target', properties.framename);
}