1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 02:09:23 +02:00

removed random space on lastfm prefs, started work on managing shout and flagged items, cleaned up shoutbox css a bit

This commit is contained in:
Karl 'vollmerk' Vollmer 2007-12-25 17:32:50 +00:00
parent 8442e4c7db
commit c56aeb1b70
14 changed files with 134 additions and 94 deletions

View file

@ -58,8 +58,7 @@ function reload_util(target) {
document.getElementById('util_iframe').contentWindow.location.reload(true);
}
else if (navigator.appName == 'Konqueror') {
alert(document.getElementById('util_iframe').location.url);
document.getElementById('util_iframe').location.url = document.getElementById('util_iframe').location.url
document.getElementById('util_iframe').contentDocument.location.reload(true);
}
else {
document.getElementById('util_iframe').src = document.getElementById('util_iframe').src;