Browse Source

Merge branch 'main' into lang_de

lang_de
Stephan Richter 5 months ago
parent
commit
b94a0f68f4
  1. 4
      src/main/java/de/srsoftware/widerhall/web/Web.java

4
src/main/java/de/srsoftware/widerhall/web/Web.java

@ -332,8 +332,8 @@ public class Web extends TemplateServlet { @@ -332,8 +332,8 @@ public class Web extends TemplateServlet {
if (user != null) data.put(USER,user.safeMap());
if (list != null) data.put(LIST,list.minimalMap());
var interesting = !Set.of("js","jquery","css","OpenSans-Regular.woff","Bhineka.ttf").contains(path);
LOG.debug("{}",interesting?"interesting":"boring");
/*var interesting = !Set.of("js","jquery","css","OpenSans-Regular.woff","Bhineka.ttf").contains(path);
LOG.debug("{}",interesting?"interesting":"boring");*/
if (user != null){
switch (path){
case ADD_LIST:

Loading…
Cancel
Save