diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-25 07:21:45 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-25 07:21:45 +0000 |
commit | 4040d0623dc6c88ee7119dd00244b8800c8e4684 (patch) | |
tree | 0babd4abef3d49cfd64c796a69094e53f1919775 /templates | |
parent | 608820577f6c5b7cf81860b8bf082285ec01e7f8 (diff) | |
download | ampache-4040d0623dc6c88ee7119dd00244b8800c8e4684.tar.gz ampache-4040d0623dc6c88ee7119dd00244b8800c8e4684.tar.bz2 ampache-4040d0623dc6c88ee7119dd00244b8800c8e4684.zip |
fixed the page reloads once and for all, had to revert to iframe for democratic play and localplay, fixed an adding issue with democratic play if the songs were left in your active playlist
Diffstat (limited to 'templates')
-rw-r--r-- | templates/header.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.inc.php b/templates/header.inc.php index 50453437..706c2f20 100644 --- a/templates/header.inc.php +++ b/templates/header.inc.php @@ -82,7 +82,7 @@ if (Config::get('use_rss')) { ?> <table class="smeg-ie" width="100%"><tr><td> --> <!-- Tiny little iframe, used to cheat the system --> <div id="ajax-loading">Loading . . .</div> -<iframe id="util_iframe" style="display:none;" src="<?php echo Config::get('web_path'); ?>/util.php"></iframe> +<iframe name="util_iframe" id="util_iframe" style="display:none;" src="<?php echo Config::get('web_path'); ?>/util.php"></iframe> <div id="content"> <?php if (Config::get('int_config_version') != Config::get('config_version') AND $GLOBALS['user']->has_access(100)) { ?> <div class="fatalerror"> |