update plugins page
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
installedPlugins = installedPlugins.filter(function (i) {
|
||||
|
||||
var catalogEntry = availablePlugins.filter(function (a) {
|
||||
return a.guid == i.Id;
|
||||
return (a.guid || '').toLowerCase() == (i.Id || '').toLowerCase();
|
||||
})[0];
|
||||
|
||||
if (catalogEntry) {
|
||||
|
||||
Reference in New Issue
Block a user