Refactoring

This commit is contained in:
Julia Radzhabova 2022-02-17 22:53:07 +03:00
parent 45a6f2a286
commit d2dc2881cc

View file

@ -981,7 +981,6 @@
iframe.frameBorder = 0;
iframe.name = "frameEditor";
iframe.allowFullscreen = true;
iframe.title = "Online editor for text documents, spreadsheets, and presentations";
iframe.setAttribute("allowfullscreen",""); // for IE11
iframe.setAttribute("onmousewheel",""); // for Safari on Mac
iframe.setAttribute("allow", "autoplay; camera; microphone; display-capture");