Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
0af59765
Commit
0af59765
authored
Aug 08, 2021
by
Prakhar Agarwal
🎯
Browse files
Fixed loading modal getting stuck
parent
fd4165ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/index.html
View file @
0af59765
...
...
@@ -167,7 +167,12 @@
</div>
</div>
</div>
<!-- Libs -->
<!-- jQuery -->
<script
src=
"libs/jquery/jquery-3.6.0.min.js"
></script>
<!-- Bootstrap -->
<script
src=
"libs/bootstrap/popper.min.js"
></script>
<script
src=
"libs/bootstrap/bootstrap.min.js"
></script>
<script>
//--------------------- emscripten ----------------------------
var
Module
=
{
...
...
@@ -592,19 +597,11 @@
<!-- Libs -->
<!-- Webmidi -->
<script
src=
"libs/webmidi/webmidi.min.js"
></script>
<!-- jQuery -->
<script
src=
"libs/jquery/jquery-3.6.0.min.js"
></script>
<!-- jQuery UI -->
<script
src=
"libs/jquery/jquery-ui.js"
></script>
<!-- Fontawesome -->
<script
src=
"libs/fa/fontawesome_1b8a796d74.js"
></script>
<!-- Bootstrap -->
<script
src=
"libs/bootstrap/popper.min.js"
></script>
<script
src=
"libs/bootstrap/bootstrap.min.js"
></script>
<!-- Show modal on load -->
<script>
$
(
document
).
ready
(
function
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment