You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2022/09/14 05:03:22 UTC

[incubator-kyuubi-website] branch master updated: reorder import

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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 46b9c0d  reorder import
46b9c0d is described below

commit 46b9c0de82e4692003fd73072c2b3e63a79e1794
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Wed Sep 14 13:03:10 2022 +0800

    reorder import
---
 layouts/partials/footer.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index c41e339..eaf8b6a 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -46,10 +46,9 @@
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="/js/vendor/jquery-1.12.4.min.js"></script>
+    <script src="/js/vendor/bootstrap.min.js"></script>
     <script src="/js/vendor/semantic.min.js"></script>
     <script src="https://www.apachecon.com/event-images/snippet.js"></script>
-    <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
-    <script src="/js/vendor/bootstrap.min.js"></script>
     <script>
     $(function() { $('table').addClass('table table-striped'); })
     </script>