[
https://issues.apache.org/jira/browse/DRILL-5699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16116664#comment-16116664
]
ASF GitHub Bot commented on DRILL-5699:
---------------------------------------
Github user sindhurirayavaram commented on a diff in the pull request:
https://github.com/apache/drill/pull/891#discussion_r131671757
--- Diff: exec/java-exec/src/main/resources/rest/generic.ftl ---
@@ -27,7 +27,9 @@
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
- <script src="/static/js/jquery.min.js"></script>
+ <script type="text/javascript" language="javascript"
src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
--- End diff --
According to this
[reference](https://stackoverflow.com/questions/550038/is-it-valid-to-replace-http-with-in-a-script-src-http),
it shouldn't be a problem. I will change it though.
> Drill Web UI Page Source Has Links To External Sites
> ----------------------------------------------------
>
> Key: DRILL-5699
> URL: https://issues.apache.org/jira/browse/DRILL-5699
> Project: Apache Drill
> Issue Type: Bug
> Components: Client - HTTP
> Reporter: Sindhuri Ramanarayan Rayavaram
> Assignee: Sindhuri Ramanarayan Rayavaram
> Priority: Minor
> Fix For: 1.12.0
>
>
> Drill uses external CDN for javascript and css files in the result page. When
> there is no internet connection this page fails to load.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)