Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #10 from tricki/patch-1
Browse files Browse the repository at this point in the history
Replaced "http://" with "//" in jQuery CDN
  • Loading branch information
JN-Jones committed Jun 30, 2014
2 parents 86f9350 + f7a189f commit 8c02d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/webartisan.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<link rel="stylesheet" type="text/css" href="{{ asset('packages/jones/web-artisan/css/style.css') }}" media="screen" title="Default" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="{{ asset('packages/jones/web-artisan/js/jquery.hotkeys-0.7.9.js') }}"></script>
<script type="text/javascript" src="{{ asset('packages/jones/web-artisan/js/jquery.browser.js') }}"></script>
<script type="text/javascript" src="{{ asset('packages/jones/web-artisan/js/jquery.konami.js') }}"></script>
Expand Down Expand Up @@ -34,4 +34,4 @@
js_error = '{{ str_replace('\'', '\\\'', Lang::get('web-artisan::webartisan.terminal.js_error')) }}';
</script>
</body>
</html>
</html>

0 comments on commit 8c02d07

Please sign in to comment.