Skip to content

Commit 1d73cd3

Browse files
committed
Update Debug.php
1 parent 8913c0a commit 1d73cd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Ubiquity/devtools/debug/Debug.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public static function liveReload(int $port=35729):string{
1919
return '<script>document.write(\'<script src="http://\' + (location.host || \'localhost\').split(\':\')[0] +
2020
\':' . $port . '/livereload.js?snipver=2"></\' + \'script>\')</script>';
2121
}
22+
return '';
2223
}
2324

2425
public static function hasLiveReload():bool{

0 commit comments

Comments
 (0)