We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8913c0a commit 1d73cd3Copy full SHA for 1d73cd3
src/Ubiquity/devtools/debug/Debug.php
@@ -19,6 +19,7 @@ public static function liveReload(int $port=35729):string{
19
return '<script>document.write(\'<script src="http://\' + (location.host || \'localhost\').split(\':\')[0] +
20
\':' . $port . '/livereload.js?snipver=2"></\' + \'script>\')</script>';
21
}
22
+ return '';
23
24
25
public static function hasLiveReload():bool{
0 commit comments