mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Formatting tweak
This commit is contained in:
parent
734ba27c11
commit
4c98f84c33
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<script src="{{ elixir('js/lib.js') }}"></script>
|
<script src="{{ elixir('js/lib.js') }}"></script>
|
||||||
@yield('page-includes')
|
@yield('page-includes')
|
||||||
|
|
||||||
@if (Config::get('app.debug'))
|
@if(Config::get('app.debug'))
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
document.write('<script src="//{{ env('LR_HOST', 'localhost') }}:35729/livereload.js?snipver=1" type="text/javascript"><\/script>')
|
document.write('<script src="//{{ env('LR_HOST', 'localhost') }}:35729/livereload.js?snipver=1" type="text/javascript"><\/script>')
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue