Hide paste option until we have copied something

Changes display from none to block when we copy a file/folder ref.
This commit is contained in:
Matt Pass
2013-02-11 17:12:59 +00:00
parent 1a0d8933dc
commit e4599e3076
2 changed files with 2 additions and 1 deletions

View File

@@ -591,6 +591,7 @@ var ICEcoder = {
// Copy a file on demand
copyFile: function(selFile) {
top.ICEcoder.copiedFile = selFile;
top.document.getElementById('fmMenuPasteOption').style.display = "block";
top.ICEcoder.hideFileMenu();
},