Remove tabs

This commit is contained in:
Oleg Korshul 2021-04-05 18:04:51 +03:00
parent 66ed60e991
commit ec8b7b2a26
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ require([
var api = new Asc.asc_docs_api({
'id-view' : 'editor_sdk',
using : 'reporter',
skin : (localStorage.getItem("ui-theme") == "theme-dark") ? "flatDark" : "flat"
skin : (localStorage.getItem("ui-theme") == "theme-dark") ? "flatDark" : "flat"
});
var setDocumentTitle = function(title) {

View file

@ -94,7 +94,7 @@ require([
var api = new Asc.asc_docs_api({
'id-view' : 'editor_sdk',
using : 'reporter',
skin : (localStorage.getItem("ui-theme") == "theme-dark") ? "flatDark" : "flat"
skin : (localStorage.getItem("ui-theme") == "theme-dark") ? "flatDark" : "flat"
});
var setDocumentTitle = function(title) {