Small improvement

This commit is contained in:
M66B 2024-07-25 07:53:43 +02:00
parent 1ae98ba5ca
commit 12f8a2e65b
1 changed files with 5 additions and 5 deletions

View File

@ -2483,12 +2483,12 @@ public class HtmlHelper {
return;
// Note that the browser will recognize meta elements in the body too
if (overview) {
if (overview && false) {
// 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("[;,]");