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
00ff0ec6
Commit
00ff0ec6
authored
Feb 06, 2017
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 33945
parent
3f42ce46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
apps/documenteditor/mobile/app/controller/add/AddShape.js
apps/documenteditor/mobile/app/controller/add/AddShape.js
+1
-1
apps/documenteditor/mobile/app/controller/add/AddTable.js
apps/documenteditor/mobile/app/controller/add/AddTable.js
+2
-2
No files found.
apps/documenteditor/mobile/app/controller/add/AddShape.js
View file @
00ff0ec6
...
...
@@ -211,7 +211,7 @@ define([
initEvents
:
function
()
{
var
me
=
this
;
$
(
'
#add-shape li
'
).
single
(
'
click
'
,
_
.
buffered
(
me
.
onShapeClick
,
1
00
,
me
));
$
(
'
#add-shape li
'
).
single
(
'
click
'
,
_
.
buffered
(
me
.
onShapeClick
,
3
00
,
me
));
},
onShapeClick
:
function
(
e
)
{
...
...
apps/documenteditor/mobile/app/controller/add/AddTable.js
View file @
00ff0ec6
...
...
@@ -92,11 +92,11 @@ define([
me
.
api
.
asc_GetDefaultTableStyles
();
}
$
(
'
#add-table li
'
).
single
(
'
click
'
,
_
.
buffered
(
this
.
onStyleClick
,
1
00
,
this
));
$
(
'
#add-table li
'
).
single
(
'
click
'
,
_
.
buffered
(
this
.
onStyleClick
,
3
00
,
this
));
},
onViewRender
:
function
()
{
$
(
'
#add-table li
'
).
single
(
'
click
'
,
_
.
buffered
(
this
.
onStyleClick
,
1
00
,
this
));
$
(
'
#add-table li
'
).
single
(
'
click
'
,
_
.
buffered
(
this
.
onStyleClick
,
3
00
,
this
));
},
onStyleClick
:
function
(
e
)
{
...
...
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