mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed issue when closing player from frontpage
This commit is contained in:
@@ -153,6 +153,7 @@ var Helper = {
|
||||
},
|
||||
|
||||
setHtml: function(element, html) {
|
||||
try {
|
||||
if(typeof(element) == "object") {
|
||||
element.innerHTML = html;
|
||||
} else if(element.substring(0,1) == "#") {
|
||||
@@ -169,6 +170,7 @@ var Helper = {
|
||||
elements[i].innerHTML = html;
|
||||
}
|
||||
}
|
||||
} catch(e) {}
|
||||
},
|
||||
|
||||
attr: function(element, attr, value) {
|
||||
|
||||
Reference in New Issue
Block a user