Hide disabled applications from the context menu in drive
This commit is contained in:
@@ -54,6 +54,7 @@ define([
|
||||
var $parent = $('#buttons');
|
||||
var options = [];
|
||||
Config.availablePadTypes.forEach(function (el) {
|
||||
if (el === 'drive') { return; }
|
||||
options.push({
|
||||
tag: 'a',
|
||||
attributes: {
|
||||
|
||||
Reference in New Issue
Block a user