Commit ae4130ed authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

added undo to nobuttons

parent f9660332
...@@ -17,7 +17,7 @@ function init_help(element){ ...@@ -17,7 +17,7 @@ function init_help(element){
</tr>\ </tr>\
<tr>\ <tr>\
<td valign='top'>&nbsp;&nbsp;&nbsp;&nbsp;<b>&#8226; right-click:</b></td>\ <td valign='top'>&nbsp;&nbsp;&nbsp;&nbsp;<b>&#8226; 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>\
<tr>\ <tr>\
<td valign='top'>&nbsp;&nbsp;&nbsp;&nbsp;<b>&#8226; right-click + move:</b></td>\ <td valign='top'>&nbsp;&nbsp;&nbsp;&nbsp;<b>&#8226; right-click + move:</b></td>\
......
...@@ -274,6 +274,7 @@ X3DOM Flash version is not available.<br/>\ ...@@ -274,6 +274,7 @@ X3DOM Flash version is not available.<br/>\
$("#v7").css({cursor:"pointer"}).click(function(){element.runtime.resetView();}); $("#v7").css({cursor:"pointer"}).click(function(){element.runtime.resetView();});
if (nocontrols) { if (nocontrols) {
undo_model.css({display:"none"});
rst_model.css({display:"none"}); rst_model.css({display:"none"});
hlp.css({display:"none"}); hlp.css({display:"none"});
$("#thrd").css({display:"none"}); $("#thrd").css({display:"none"});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment