Remove conditional text

pull/174/head
M66B 5 years ago
parent adbebd29b0
commit a853e6f3f5

@ -260,7 +260,7 @@ public class HtmlHelper {
Document parsed = JsoupEx.parse(html);
// <!--[if ...]><!--> ... <!--<![endif]-->
if (!display_hidden && BuildConfig.DEBUG)
if (!display_hidden)
parsed.filter(new NodeFilter() {
private boolean remove = false;

Loading…
Cancel
Save