Revert "Small improvement"

This reverts commit 12f8a2e65b.
pull/215/head
M66B 3 months ago
parent 6f4fb32b60
commit 61b8c6fd36

@ -2485,12 +2485,12 @@ public class HtmlHelper {
return;
// Note that the browser will recognize meta elements in the body too
if (overview && false) {
if (overview) {
// fit width
meta.remove();
document.head().prependElement("meta")
.attr("name", "viewport")
.attr("content", "width=device-width");
//meta.remove();
//document.head().prependElement("meta")
// .attr("name", "viewport")
// .attr("content", "width=device-width");
} else {
String content = meta.attr("content");
String[] param = content.split("[;,]");

Loading…
Cancel
Save