Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
56af9c6c
Commit
56af9c6c
authored
May 21, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Отладка (удален повторный код).
parent
c0544b30
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
apps/documenteditor/main/app/controller/Toolbar.js
apps/documenteditor/main/app/controller/Toolbar.js
+0
-5
apps/presentationeditor/main/app/controller/Toolbar.js
apps/presentationeditor/main/app/controller/Toolbar.js
+0
-5
apps/spreadsheeteditor/main/app/controller/Toolbar.js
apps/spreadsheeteditor/main/app/controller/Toolbar.js
+0
-5
No files found.
apps/documenteditor/main/app/controller/Toolbar.js
View file @
56af9c6c
...
...
@@ -2422,11 +2422,6 @@ define([
me
.
toolbar
.
btnInsertText
.
menu
.
hide
();
Common
.
NotificationCenter
.
trigger
(
'
edit:complete
'
,
me
.
toolbar
,
me
.
toolbar
.
btnInsertText
);
Common
.
component
.
Analytics
.
trackEvent
(
'
ToolBar
'
,
'
Add Text Art
'
);
if
(
e
.
type
!==
'
click
'
)
me
.
toolbar
.
btnInsertText
.
menu
.
hide
();
Common
.
NotificationCenter
.
trigger
(
'
edit:complete
'
,
me
.
toolbar
,
me
.
toolbar
.
btnInsertText
);
Common
.
component
.
Analytics
.
trackEvent
(
'
ToolBar
'
,
'
Add Text Art
'
);
}
});
}
...
...
apps/presentationeditor/main/app/controller/Toolbar.js
View file @
56af9c6c
...
...
@@ -1644,11 +1644,6 @@ define([
me
.
toolbar
.
btnInsertText
.
menu
.
hide
();
Common
.
NotificationCenter
.
trigger
(
'
edit:complete
'
,
me
.
toolbar
,
me
.
toolbar
.
btnInsertText
);
Common
.
component
.
Analytics
.
trackEvent
(
'
ToolBar
'
,
'
Add Text Art
'
);
if
(
e
.
type
!==
'
click
'
)
me
.
toolbar
.
btnInsertText
.
menu
.
hide
();
Common
.
NotificationCenter
.
trigger
(
'
edit:complete
'
,
me
.
toolbar
,
me
.
toolbar
.
btnInsertText
);
Common
.
component
.
Analytics
.
trackEvent
(
'
ToolBar
'
,
'
Add Text Art
'
);
}
});
}
...
...
apps/spreadsheeteditor/main/app/controller/Toolbar.js
View file @
56af9c6c
...
...
@@ -2046,11 +2046,6 @@ define([
me
.
toolbar
.
btnInsertText
.
menu
.
hide
();
Common
.
NotificationCenter
.
trigger
(
'
edit:complete
'
,
me
.
toolbar
,
me
.
toolbar
.
btnInsertText
);
Common
.
component
.
Analytics
.
trackEvent
(
'
ToolBar
'
,
'
Add Text Art
'
);
if
(
e
.
type
!==
'
click
'
)
me
.
toolbar
.
btnInsertText
.
menu
.
hide
();
Common
.
NotificationCenter
.
trigger
(
'
edit:complete
'
,
me
.
toolbar
,
me
.
toolbar
.
btnInsertText
);
Common
.
component
.
Analytics
.
trackEvent
(
'
ToolBar
'
,
'
Add Text Art
'
);
}
});
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment