include overlay.js when viewing the log, so that export works

This commit is contained in:
Isaac Connor 2018-11-12 15:09:15 -05:00
parent 2cc9c6bab1
commit d76d6bb9d1
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ echo output_link_if_exists( array(
<script src="<?php echo cache_bust($skinJsFile) ?>"></script>
<script src="js/logger.js"></script>
<?php
if ($basename == 'watch') {
if ($basename == 'watch' or $basename == 'log' ) {
// This is used in the log popup for the export function. Not sure if it's used anywhere else
?>
<script type="text/javascript" src="js/overlay.js"></script>