Skip to content

Commit

Permalink
web: mobile fix
Browse files Browse the repository at this point in the history
* for gridstack#1413
* juse JQ version and include before jquery.ui.touch-punch
* that MAY fix mobile devices. I have hard time debugging local file so trying to push to live server and see...
  • Loading branch information
adumesny committed Jan 25, 2021
1 parent 60d7806 commit 475744c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,8 @@ <h1>Used by</h1>
</footer>
<!-- /.container -->

<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="node_modules/gridstack/dist/gridstack-jq.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.3/jquery.ui.touch-punch.min.js"></script>
<script src="node_modules/gridstack/dist/gridstack-h5.js"></script>
<script src="https://getbootstrap.com/docs/4.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>

Expand Down

0 comments on commit 475744c

Please sign in to comment.