You shouldn't have one of these without the other, now that there are two.
This way neither TM nor TMW fonts will be loaded.
This commit is contained in:
parent
2bb499e5a7
commit
4caeafa1b1
1 changed files with 2 additions and 1 deletions
|
@ -52,6 +52,7 @@ public class OnLineScannerFilter extends HttpServlet {
|
||||||
{
|
{
|
||||||
// if this line is included in the constructor, it works on the iris server but not on wyllie!
|
// if this line is included in the constructor, it works on the iris server but not on wyllie!
|
||||||
ThdlOptions.setUserPreference("thdl.rely.on.system.tmw.fonts", true);
|
ThdlOptions.setUserPreference("thdl.rely.on.system.tmw.fonts", true);
|
||||||
|
ThdlOptions.setUserPreference("thdl.rely.on.system.tm.fonts", true);
|
||||||
|
|
||||||
response.setContentType("text/html");
|
response.setContentType("text/html");
|
||||||
PrintWriter out = response.getWriter();
|
PrintWriter out = response.getWriter();
|
||||||
|
@ -320,4 +321,4 @@ public class OnLineScannerFilter extends HttpServlet {
|
||||||
}
|
}
|
||||||
pw.println("</table>");
|
pw.println("</table>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue