This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new ac430a0e2 [infra] comment out line for good measure ac430a0e2 is described below commit ac430a0e2a5ceaa68d60c27df2ff6a5e7c870db8 Author: Daniel Gruno <humbed...@apache.org> AuthorDate: Wed Nov 27 16:35:29 2024 +0100 [infra] comment out line for good measure not needed, and the presence in asf-site just confuses. --- _includes/themes/zeppelin/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/themes/zeppelin/default.html b/_includes/themes/zeppelin/default.html index 9dd38e6de..7a3a18594 100644 --- a/_includes/themes/zeppelin/default.html +++ b/_includes/themes/zeppelin/default.html @@ -38,7 +38,7 @@ <!-- Js --> <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script> - <script src="https://s3.amazonaws.com/apache-zeppelin/post/medium.js"></script> + <!-- <script src="https://s3.amazonaws.com/apache-zeppelin/post/medium.js"></script> --> <script src="https://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-2.5.0.js"></script> <script src="{{ ASSET_PATH }}/bootstrap/js/bootstrap.min.js"></script> <script src="{{ ASSET_PATH }}/js/docs.js"></script>