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