Skip to content

Commit

Permalink
fix(studio): pin hands on table to 12.4
Browse files Browse the repository at this point in the history
fixes #268
  • Loading branch information
roedoejet committed Aug 15, 2023
1 parent 444b765 commit 021d434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions g2p/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>g2p Studio</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />

<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/handsontable@latest/dist/handsontable.full.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/handsontable@12.4/dist/handsontable.full.min.css">
<link rel="stylesheet" type="text/css" href="https://handsontable.com/static/css/main.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ url_for('static', filename='normalize.css') }}">
Expand Down Expand Up @@ -161,7 +161,7 @@ <h4>Custom Abbreviations</h4>
crossorigin="anonymous">
</script>

<script src="https://cdn.jsdelivr.net/npm/handsontable@latest/dist/handsontable.full.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/handsontable@12.4/dist/handsontable.full.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.6.2/socket.io.min.js"
integrity="sha512-mUWPbwx6PZatai4i3+gevCw6LeuQxcMgnJs/DZij22MZ4JMpqKaEvMq0N9TTArSWEb5sdQ9xH68HMUc30eNPEA=="
Expand Down

0 comments on commit 021d434

Please sign in to comment.