bugfix
This commit is contained in:
@@ -197,8 +197,6 @@ public class Web extends TemplateServlet {
|
||||
loadTemplates();
|
||||
data.put(NOTES,t("Templates have been reloaded"));
|
||||
path = INDEX;
|
||||
case UNSUBSCRIBE:
|
||||
data.put(LIST,list.email());
|
||||
case CSS:
|
||||
case INDEX:
|
||||
return loadTemplate(path,data,resp);
|
||||
@@ -224,6 +222,10 @@ public class Web extends TemplateServlet {
|
||||
case "jquery":
|
||||
resp.setContentType("text/javascript");
|
||||
return loadFile("jquery-3.6.0.min.js",resp);
|
||||
case UNSUBSCRIBE:
|
||||
data.put(LIST,list.email());
|
||||
return loadTemplate(path,data,resp);
|
||||
|
||||
}
|
||||
|
||||
if (user != null){
|
||||
|
||||
Reference in New Issue
Block a user