From d2dc2881ccbaddeaef9652ea8f63a60292cdf3ad Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 17 Feb 2022 22:53:07 +0300 Subject: [PATCH] Refactoring --- apps/api/documents/api.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/api/documents/api.js b/apps/api/documents/api.js index cd5ff8ee5d..b48437e5b1 100644 --- a/apps/api/documents/api.js +++ b/apps/api/documents/api.js @@ -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");