]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/mobile/mailview.js
js/mobile: fix eslint and enable linting on build
[pmg-gui.git] / js / mobile / mailview.js
index 3645b8190a7439647e9ce20441aeea6789f4efcd..bc2b0354ba1b7e19ade887ea9388847f84c0568d 100644 (file)
@@ -52,7 +52,8 @@ class MailView extends Component {
                </div>
            </div>
            <div class="page-content">
-               <iframe frameborder=0 width="100%" height="100%" sandbox="allow-same-origin" src="/api2/htmlmail/quarantine/content?id={{mailid}}"></iframe>
+               <iframe frameborder=0 width="100%" height="100%" sandbox="allow-same-origin"
+                   src="/api2/htmlmail/quarantine/content?id={{mailid}}"></iframe>
            </div>
        </div>
        `;