summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-09-16 07:44:45 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-09-16 07:44:45 -0400
commit9f2cd77dc88d75dd85c17f69ae9d31d9cef075f0 (patch)
treee313209b7c152a127433ecfbefa9817646bd1a6d /web/templates/head.html
parent40f4aadbf7f9159be55d9f8ed349072d02fe29c0 (diff)
parentac052fb91cf4549b1fdfc0211bd1035f3ae90e44 (diff)
downloadchat-9f2cd77dc88d75dd85c17f69ae9d31d9cef075f0.tar.gz
chat-9f2cd77dc88d75dd85c17f69ae9d31d9cef075f0.tar.bz2
chat-9f2cd77dc88d75dd85c17f69ae9d31d9cef075f0.zip
Merge pull request #686 from hmhealey/plt172
PLT-172 Fixes TypeErrors and random jumping that occurs when clicking the scroll bar in the sidebar
Diffstat (limited to 'web/templates/head.html')
-rw-r--r--web/templates/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index 55c729476..e4b9bfe19 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -31,7 +31,7 @@
<link href='/static/css/google-fonts.css' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/static/css/styles.css">
- <script src="/static/js/perfect-scrollbar-0.6.3.jquery.js"></script>
+ <script src="/static/js/perfect-scrollbar-0.6.5.jquery.js"></script>
<script src="/static/js/jquery-dragster/jquery.dragster.js"></script>