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
ae4130ed
Commit
ae4130ed
authored
Mar 29, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added undo to nobuttons
parent
f9660332
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
help.js
x3d_web_viewer/help.js
+1
-1
viewmodel.js
x3d_web_viewer/viewmodel.js
+1
-0
No files found.
x3d_web_viewer/help.js
View file @
ae4130ed
...
...
@@ -17,7 +17,7 @@ function init_help(element){
</tr>
\
<tr>
\
<td valign='top'> <b>• right-click:</b></td>
\
<td valign='top'>hide part and its copies</td>
\
<td valign='top'>hide part and its copies
. <b>undo</b>-button to unhide
</td>
\
</tr>
\
<tr>
\
<td valign='top'> <b>• right-click + move:</b></td>
\
...
...
x3d_web_viewer/viewmodel.js
View file @
ae4130ed
...
...
@@ -274,6 +274,7 @@ X3DOM Flash version is not available.<br/>\
$
(
"#v7"
).
css
({
cursor
:
"pointer"
}).
click
(
function
(){
element
.
runtime
.
resetView
();});
if
(
nocontrols
)
{
undo_model
.
css
({
display
:
"none"
});
rst_model
.
css
({
display
:
"none"
});
hlp
.
css
({
display
:
"none"
});
$
(
"#thrd"
).
css
({
display
:
"none"
});
...
...
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