Add touch-ups after frame redesign
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
function goToHash(){
|
||||
if(window.location.hash != ""){
|
||||
document.getElementById("content-frame").src = window.location.hash.substr(1)
|
||||
}
|
||||
function goToHash() {
|
||||
if (window.location.hash != "") {
|
||||
document.getElementById("content-frame").src = window.location.hash.substr(1)
|
||||
}
|
||||
}
|
||||
|
||||
function setHash(link){
|
||||
window.parent.location.hash = link.getAttribute("newHash")
|
||||
function setHash(link) {
|
||||
window.parent.location.hash = link.getAttribute("newHash")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user