diff --git a/htroot/SearchEventPicture.java b/htroot/SearchEventPicture.java index 57780624d..ba8f44098 100644 --- a/htroot/SearchEventPicture.java +++ b/htroot/SearchEventPicture.java @@ -41,7 +41,7 @@ public class SearchEventPicture { final String eventID = header.get("event", SearchEventCache.lastEventID); if (eventID == null) return null; final RasterPlotter yp = NetworkGraph.getSearchEventPicture(sb.peers, eventID, 0); - if (yp == null) return new RasterPlotter(1, 1, RasterPlotter.MODE_SUB, "000000"); // empty image + if (yp == null) return new RasterPlotter(1, 1, RasterPlotter.DrawMode.MODE_SUB, "000000"); // empty image return yp; } diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index 83524bc90..077f64083 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -7,10 +7,10 @@