Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 71d273b

Browse files
committed
Fix broken "Split.js" javascript.
1 parent 3ff7001 commit 71d273b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
__major_version__ = '0'
3535
__minor_version__ = '1'
36-
__change_version__ = '4'
36+
__change_version__ = '5'
3737
__version__ = '.'.join(
3838
(__major_version__,
3939
__minor_version__,

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "colour-analysis",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Colour - Analysis",
55
"private": true,
66
"scripts": {

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
</div>
120120
</div>
121121

122-
<script src="https://cdn.jsdelivr.net/gh/nathancahill/Split.js/split.min.js"></script>
122+
<script src="https://cdn.jsdelivr.net/gh/nathancahill/split@v1.3.5/split.min.js"></script>
123123
<script>
124124
Split(['#gamutView', '#imageView'], {
125125
elementStyle: function (dimension, size, gutterSize) {

0 commit comments

Comments
 (0)