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:
parent
8442e4c7db
commit
c56aeb1b70
14 changed files with 134 additions and 94 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue