extensionUtils: Remove version check for js-version
This is seldomly used, and isn't checked in SweetTooth. Just remove this inconsistency here rather than adding infrastructure to manage and check it elsewhere. https://bugzilla.gnome.org/show_bug.cgi?id=677586
This commit is contained in:
@ -88,9 +88,6 @@ function isOutOfDate(extension) {
|
||||
if (!versionCheck(extension.metadata['shell-version'], Config.PACKAGE_VERSION))
|
||||
return true;
|
||||
|
||||
if (extension.metadata['js-version'] && !versionCheck(extension.metadata['js-version'], Config.GJS_VERSION))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user