You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ar...@apache.org on 2018/10/11 10:08:32 UTC

[drill] branch master updated: DRILL-6776: Removed external jQuery dependency

This is an automated email from the ASF dual-hosted git repository.

arina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new 1db58bb  DRILL-6776: Removed external jQuery dependency
1db58bb is described below

commit 1db58bb3fbc3828a3dcb16c31350c82c41b03188
Author: Igor Guzenko <ih...@gmail.com>
AuthorDate: Mon Oct 8 13:55:03 2018 +0300

    DRILL-6776: Removed external jQuery dependency
---
 exec/java-exec/src/main/resources/rest/generic.ftl | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/exec/java-exec/src/main/resources/rest/generic.ftl b/exec/java-exec/src/main/resources/rest/generic.ftl
index 81204f7..5b2dc45 100644
--- a/exec/java-exec/src/main/resources/rest/generic.ftl
+++ b/exec/java-exec/src/main/resources/rest/generic.ftl
@@ -35,9 +35,7 @@
 
       <link href="/static/css/bootstrap.min.css" rel="stylesheet">
 
-      <script type="text/javascript" language="javascript" src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
-      <script> window.jQuery  || document.write('<script type="text/javascript" language="javascript" src="../static/js/jquery-3.2.1.min.js">\x3C/script>')
-      </script>
+      <script type="text/javascript" language="javascript" src="../static/js/jquery-3.2.1.min.js"></script>
       <script src="/static/js/bootstrap.min.js"></script>
 
       <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->