]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Apply fix a8d2da775b3e8a9991b3979d604f3a0218d66085 again
authorBram Matthys <redacted>
Fri, 5 May 2023 13:30:59 +0000 (15:30 +0200)
committerBram Matthys <redacted>
Fri, 5 May 2023 13:30:59 +0000 (15:30 +0200)
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;