]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - channels/index.php
Shut up some errors
[irc/unrealircd/unrealircd-webpanel.git] / channels / index.php
index e4fd4f2f07518d31cb945afc1df03663a5664379..82a60d19b41b9303eb4572bbdd42a5ebd658db55 100644 (file)
@@ -15,7 +15,7 @@ if (!empty($_POST))
 
 <!-- The channel list -->
 <table id="data_list" class="table-striped display responsive nowrap" style="width:100%">
-<thead>
+<thead class="table-primary">
        <th scope="col">Name</th>
        <th scope="col">Users</th>
        <th scope="col">Modes</th>
@@ -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;