]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - inc/header.php
Start on "Logs" (log viewer). This only shows live logs at the moment.
[irc/unrealircd/unrealircd-webpanel.git] / inc / header.php
index f153f0c438b3d73b399e9757a07cec27e04bae18..41670296701f894f95fe56fc8984ef206fedcaa3 100644 (file)
@@ -39,6 +39,7 @@ $arr = []; Hook::run(HOOKTYPE_PRE_HEADER, $arr);
 <script src="<?php echo get_config("base_url"); ?>js/datatables.min.js"></script>
 <script src="<?php echo get_config("base_url"); ?>js/datatables-natural-sort.js"></script>
 <script src="<?php echo get_config("base_url"); ?>js/datatables-ellipsis.js"></script>
+<script src="<?php echo get_config("base_url"); ?>js/moment-with-locales.min.js"></script>
 <script>
                var BASE_URL = "<?php echo get_config("base_url"); ?>";
                function timeoutCheck() {