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:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user