Skip to content

Commit

Permalink
bugfix cdn order
Browse files Browse the repository at this point in the history
  • Loading branch information
sawirricardo committed Jun 20, 2023
1 parent f0e0b95 commit 0bb364f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/web-console/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
term.write(key)
});"></div>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/lib/xterm.min.js'></script>
<script src="//unpkg.com/alpinejs" defer></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/lib/xterm.min.js' defer></script>
</body>

</html>

0 comments on commit 0bb364f

Please sign in to comment.