This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit f081cf0f135826c8e5371b780dcd99154a062835 Author: Sebb <[email protected]> AuthorDate: Thu Jan 27 12:21:18 2022 +0000 Fix docs --- webui/js/source/primer.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/webui/js/source/primer.js b/webui/js/source/primer.js index 723f65c..29ef6e7 100644 --- a/webui/js/source/primer.js +++ b/webui/js/source/primer.js @@ -56,8 +56,6 @@ function renderListView(state, json) { /* Primer function for List View * Fetches the following: * - user preferences (api/preferences.lua) - * - pony mail list DB (api/pminfo.lua) - * - emails from this list (api/stats.lua) * When done, we create the scaffolding and list view */ function primeListView(state) {
