aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2021-04-22 18:19:52 +0000
committerzsloan2021-06-18 19:31:27 +0000
commitdc70723199c1cf84d4debee01a86646650afbba9 (patch)
tree7425f083bb64d482349c08eb52aa1cbe140a69cf /wqflask
parentd1beaa5ac7a3eea343d8447d771f7661173fabac (diff)
downloadgenenetwork2-dc70723199c1cf84d4debee01a86646650afbba9.tar.gz
Temporarily replacing jquery-ui with the version that works with resizing DataTables columns
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html
index 12dddf89..1a0335b6 100644
--- a/wqflask/wqflask/templates/base.html
+++ b/wqflask/wqflask/templates/base.html
@@ -255,7 +255,8 @@
})
</script>
<script src="{{ url_for('js', filename='jquery-cookie/jquery.cookie.js') }}" type="text/javascript"></script>
- <script src="{{ url_for('js', filename='jquery-ui/jquery-ui.min.js') }}" type="text/javascript"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
+ <!-- <script src="{{ url_for('js', filename='jquery-ui/jquery-ui.min.js') }}" type="text/javascript"></script> -->
<script language="javascript" type="text/javascript" src="{{ url_for('js', filename='colorbox/jquery.colorbox-min.js') }}"></script>