This commit is contained in:
phecho
2015-11-18 22:06:51 +08:00
parent 03eace0b00
commit 899065b8e8
@@ -9,11 +9,6 @@
@yield('content')
</div>
</div>
<script type="text/javascript">
var Global = {};
Global.locale = '{{ Setting::get('app_locale') }}';
</script>
@yield('js')
<script src="{{ elixir('dist/js/all.js') }}"></script>
</body>
</html>