mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 17:32:25 +08:00
Remove log
This commit is contained in:
@ -38,7 +38,6 @@
|
||||
*/
|
||||
|
||||
define([], function () { 'use strict';
|
||||
console.log('Common.Views.AdvancedSettingsWindow');
|
||||
Common.Views.AdvancedSettingsWindow = Common.UI.Window.extend(_.extend({
|
||||
initialize : function(options) {
|
||||
var _options = {};
|
||||
|
||||
@ -39,7 +39,6 @@
|
||||
*/
|
||||
if (Common === undefined)
|
||||
var Common = {};
|
||||
console.log('Common.Views.AutoCorrectDialog 1');
|
||||
define([
|
||||
'text!common/main/lib/template/AutoCorrectDialog.template',
|
||||
'common/main/lib/view/AdvancedSettingsWindow'
|
||||
@ -48,7 +47,6 @@ define([
|
||||
var _functionsStore = new Common.UI.DataViewStore();
|
||||
var _exciptionsStore = new Common.UI.DataViewStore();
|
||||
var _exciptionsLangs = [0x0409, 0x0419];
|
||||
console.log('Common.Views.AutoCorrectDialog 2');
|
||||
Common.Views.AutoCorrectDialog = Common.Views.AdvancedSettingsWindow.extend(_.extend({
|
||||
options: {
|
||||
contentWidth: 375,
|
||||
|
||||
@ -36,11 +36,9 @@
|
||||
* Copyright (c) 2018 Ascensio System SIA. All rights reserved.
|
||||
*
|
||||
*/
|
||||
console.log('Common.Views.ExternalDiagramEditor 1');
|
||||
define([
|
||||
'common/main/lib/view/ExternalEditor'
|
||||
], function () { 'use strict';
|
||||
console.log('Common.Views.ExternalDiagramEditor 2');
|
||||
Common.Views.ExternalDiagramEditor = Common.Views.ExternalEditor.extend(_.extend({
|
||||
initialize : function(options) {
|
||||
var _options = {};
|
||||
|
||||
@ -39,7 +39,6 @@
|
||||
|
||||
define([], function () {
|
||||
'use strict';
|
||||
console.log('Common.Views.ExternalEditor');
|
||||
Common.Views.ExternalEditor = Common.UI.Window.extend(_.extend({
|
||||
initialize : function(options) {
|
||||
var filter = Common.localStorage.getKeysFilter(),
|
||||
|
||||
Reference in New Issue
Block a user