mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-28 01:06:28 +08:00
Refactoring skin for reporter
This commit is contained in:
@ -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")
|
||||
});
|
||||
|
||||
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")
|
||||
});
|
||||
|
||||
var setDocumentTitle = function(title) {
|
||||
|
||||
Reference in New Issue
Block a user