Skip to content

Commit

Permalink
🔧 jquery fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Dec 22, 2018
1 parent 196af61 commit cdd9076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/json.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<title>{{ config('app.name') }}</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="https://unpkg.com/json-browse@0.2.0/json-browse/jquery.json-browse.css" type="text/css" media="all" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://unpkg.com/json-browse@0.2.0/json-browse/jquery.json-browse.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://unpkg.com/json-browse@0.2.0/json-browse/jquery.json-browse.js"></script>
</head>
<body>
<div id="json" class="json-body"> {{ $json }} </div>
Expand Down

0 comments on commit cdd9076

Please sign in to comment.