]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - channels/index.php
Apply fix a8d2da775b3e8a9991b3979d604f3a0218d66085 again
[irc/unrealircd/unrealircd-webpanel.git] / channels / index.php
index e08e9891b79b01fcfbfa60a7e9844909edb5d6e5..82a60d19b41b9303eb4572bbdd42a5ebd658db55 100644 (file)
@@ -79,7 +79,7 @@ function show_channel(e)
        /* For all the other columns we show the view screen */
        var data = data_list_table.row(e).data();
        channel = data['Name'];
-       window.location = '<?php echo get_config('base_url'); ?>/channels/details.php?chan=' +
+       window.location = '<?php echo get_config('base_url'); ?>channels/details.php?chan=' +
                          encodeURIComponent(channel);
        // not working: still expands on mobile: e.stopImmediatePropagation();
        return true;