Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
freecad_x3d
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
freecad_x3d
Commits
44c8892a
Commit
44c8892a
authored
Mar 29, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arrow for undo button
parent
ae4130ed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
viewmodel.js
x3d_web_viewer/viewmodel.js
+6
-2
No files found.
x3d_web_viewer/viewmodel.js
View file @
44c8892a
...
...
@@ -242,11 +242,15 @@ X3DOM Flash version is not available.<br/>\
$
(
"#main"
).
append
(
rst_model
);
undo_model
=
$
(
"<button>"
,{
id
:
"undo_model"
}).
addClass
(
"btn-my btn nooutline"
).
html
(
"
undo
"
).
css
({
undo_model
=
$
(
"<button>"
,{
id
:
"undo_model"
}).
addClass
(
"btn-my btn nooutline"
).
html
(
"
<span class=
\"
glyphicon glyphicon-share-alt
\"
aria-hidden=
\"
true
\"
></span>
"
).
css
({
position
:
"absolute"
,
top
:
"3px"
,
left
:
"105px"
,
cursor
:
"pointer"
cursor
:
"pointer"
,
"-moz-transform"
:
"scaleX(-1)"
,
"-o-transform"
:
"scaleX(-1)"
,
"-webkit-transform"
:
"scaleX(-1)"
,
transform
:
"scaleX(-1)"
});
undo_model
.
click
(
function
(){
...
...
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