Skip to content

Commit

Permalink
Remove remnants of thebe / console app
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Nov 10, 2021
1 parent 2b65b53 commit b475007
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions layouts/partials/javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,7 @@
<!-- UIkit -->
<script src="https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/js/uikit.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/uikit@3.7.6/dist/css/uikit.min.css" />
<!-- Thebe Configuration -->
<script type="text/x-thebe-config">
{
requestKernel: true,
binderOptions: {
repo: "joelachance/thebelab-requirements"
},
}
</script>
<script src="https://unpkg.com/thebe@0.8.2/lib/index.js"></script>
<!-- app.js -->
<script src="{{ "js/app.js" | relURL }}"></script>

<script src="{{ "js/shortcuts.js" | relURL }}"></script>
<script type="text/javascript">setupShortcuts(maxLevel={{ default 2 .Page.Params.shortcutDepth }});</script>
Expand Down

0 comments on commit b475007

Please sign in to comment.