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


The following commit(s) were added to refs/heads/master by this push:
     new 83522ee  Fix static lists JS and comment out
     new bc519ad  Merge pull request #15 from sbp/fix-xlist
83522ee is described below

commit 83522ee8d959874c651c26b90c5b989cb138ba30
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed May 5 11:22:20 2021 +0100

    Fix static lists JS and comment out
---
 webui/list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webui/list.html b/webui/list.html
index aa5fea0..95fca7b 100644
--- a/webui/list.html
+++ b/webui/list.html
@@ -92,7 +92,7 @@ the License. -->
               <li><a href="javascript:void(0)" 
onclick="set_theme('threaded')">Threaded view</a></li>
               <li><a href="javascript:void(0)" 
onclick="set_theme('flat')">Flat view</a></li>
               <li><a href="javascript:void(0)" 
onclick="set_theme('treeview')">Treview</a></li>
-              <li><a href="api/static.lua/" 
onclick="location.href='/api/static.lua/' + xlist;return false;">Static HTML 
lists</a></li>
+              <!-- <li><a href="api/static.lua/" 
onclick="location.href='/api/static.lua/' + current_list + '@' + 
current_domain;return false;">Static HTML lists</a></li> -->
           </ul>
         </li>
       <li id="threading_mobile" class="navbar-right" style="display: none;">

Reply via email to