include overlay.js when viewing the log, so that export works
This commit is contained in:
parent
2cc9c6bab1
commit
d76d6bb9d1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue