Remove tabs
This commit is contained in:
parent
66ed60e991
commit
ec8b7b2a26
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue