You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by ar...@apache.org on 2016/10/21 16:12:39 UTC

[46/48] incubator-senssoft-tap git commit: jquery switched

jquery switched


Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/commit/39ef6894
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/tree/39ef6894
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/diff/39ef6894

Branch: refs/heads/master
Commit: 39ef689479f210a53e35eb37ae4536699f4f248b
Parents: db97ec6
Author: Arthi Vezhavendan <ar...@gmail.com>
Authored: Wed Jul 27 15:23:23 2016 -0400
Committer: Arthi Vezhavendan <ar...@gmail.com>
Committed: Tue Oct 11 14:41:24 2016 -0400

----------------------------------------------------------------------
 tap/templates/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-tap/blob/39ef6894/tap/templates/index.html
----------------------------------------------------------------------
diff --git a/tap/templates/index.html b/tap/templates/index.html
index f27ea2d..fc706b4 100644
--- a/tap/templates/index.html
+++ b/tap/templates/index.html
@@ -5,8 +5,8 @@
     <title>Tap Home</title>
     {% load staticfiles %}
     <link rel="stylesheet" href="{% static "semantic.min.css" %}">
-    <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> -->
-    <script src="{% static "jquery-3.0.0.min.js" %}"></script>
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
+    <!-- <script src="{% static "jquery-3.0.0.min.js" %}"></script> -->
     <script src="{% static "semantic.min.js" %}"></script>
     <link href="{% static "styles.min.css" %}" rel="stylesheet">
 </head>