|
@@ -44,6 +44,7 @@ Permissions.prototype = {
|
|
if ($(el).prop('tagName') === 'BUTTON') {
|
|
if ($(el).prop('tagName') === 'BUTTON') {
|
|
$(el).attr('disabled', true)
|
|
$(el).attr('disabled', true)
|
|
} else {
|
|
} else {
|
|
|
|
+ $(el).css('display', 'none')
|
|
setTimeout(function () { el.parentNode.removeChild(el) }, 100)
|
|
setTimeout(function () { el.parentNode.removeChild(el) }, 100)
|
|
}
|
|
}
|
|
}
|
|
}
|