diff options
Diffstat (limited to 'lib/class')
-rw-r--r-- | lib/class/stream.class.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index 8fa18e81..06f9c45a 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -661,7 +661,8 @@ class Stream { // Load our javascript echo "<script type=\"text/javascript\">"; - echo "reload_util();"; + //echo "reload_util();"; + echo "reload_util2('".$_SESSION['iframe']['target']."');"; echo "</script>"; } // run_playlist_method |