Mobile theme:

- Do not add copy/paste actions for mobile contextmenu
This commit is contained in:
Hadi Nategh 2016-03-09 12:37:02 +00:00
parent dbd97cd37a
commit 1b0427a182

View File

@ -561,7 +561,7 @@ function egwPopupActionImplementation()
var tree = {"root": []};
// Automatically add in Drag & Drop actions
if(this.auto_paste)
if(this.auto_paste && !egwIsMobile())
{
this._addCopyPaste(_links,_selected);
}