X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Forg%2Fcacert%2Fgigi%2Fpages%2Fwot%2FMyPoints.java;h=1e61bebebe324bc39008222053443d55f441cad7;hb=ccccf71df5e25af791078b408eab30e162926868;hp=cd8b732e454b3cd4d5209c236fcd3afc7e3c5abc;hpb=a71868622be6824dcb4cc1ce10bd0c1c473e9d5c;p=gigi.git diff --git a/src/org/cacert/gigi/pages/wot/MyPoints.java b/src/org/cacert/gigi/pages/wot/MyPoints.java index cd8b732e..1e61bebe 100644 --- a/src/org/cacert/gigi/pages/wot/MyPoints.java +++ b/src/org/cacert/gigi/pages/wot/MyPoints.java @@ -16,9 +16,9 @@ public class MyPoints extends Page { public static final String PATH = "/wot/mypoints"; - private AssurancesDisplay myDisplay = new AssurancesDisplay("asArr"); + private AssurancesDisplay myDisplay = new AssurancesDisplay("asArr", false); - private AssurancesDisplay toOtherDisplay = new AssurancesDisplay("otherAsArr"); + private AssurancesDisplay toOtherDisplay = new AssurancesDisplay("otherAsArr", true); public MyPoints(String title) { super(title);