|
|
@ -306,7 +306,12 @@ public class Web extends TemplateServlet { |
|
|
|
case "jquery": |
|
|
|
case "jquery": |
|
|
|
resp.setContentType("text/javascript"); |
|
|
|
resp.setContentType("text/javascript"); |
|
|
|
return loadFile("jquery-3.6.0.min.js",resp); |
|
|
|
return loadFile("jquery-3.6.0.min.js",resp); |
|
|
|
case UNSUBSCRIBE: |
|
|
|
case "OpenSans-Regular.woff": |
|
|
|
|
|
|
|
resp.setContentType("font/woff"); |
|
|
|
|
|
|
|
return loadFile("OpenSans-Regular.woff",resp); |
|
|
|
|
|
|
|
case "Bhineka.ttf": |
|
|
|
|
|
|
|
resp.setContentType("font/ttf"); |
|
|
|
|
|
|
|
return loadFile("Bhineka.ttf",resp); case UNSUBSCRIBE: |
|
|
|
data.put(LIST,list.email()); |
|
|
|
data.put(LIST,list.email()); |
|
|
|
return loadTemplate(path,data,resp); |
|
|
|
return loadTemplate(path,data,resp); |
|
|
|
|
|
|
|
|
|
|
|