PMGR: Disable plugin remove button if plugin is not managable

This commit is contained in:
Gina Häußge 2015-09-30 13:44:58 +02:00
parent ca587454df
commit 2eb80c550f

View file

@ -115,6 +115,7 @@ $(function() {
self.enableUninstall = function(data) {
return self.enableManagement()
&& (data.origin != "entry_point" || self.pipAvailable())
&& data.managable
&& !data.bundled
&& data.key != 'pluginmanager'
&& !data.pending_uninstall;