This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 80677b9a4f3708ed9fc8c0dc39a86854947441b2 Author: Daniel Gruno <[email protected]> AuthorDate: Sun Nov 21 18:47:33 2021 +0100 no need for wordcloud on index.html --- webui/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/webui/index.html b/webui/index.html index 6be1a9c..a290681 100644 --- a/webui/index.html +++ b/webui/index.html @@ -61,7 +61,6 @@ the License. --> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> <script src="js/config.js"></script> - <script src="js/wordcloud.js"></script> <script src="js/ponymail.js"></script> <div id="splash" class="splash fade-in"> </div> <div style="clear: both;"></div>
