Skip to content

Commit 0cfb2c2

Browse files
authored
Fix compareVersionsCore fonction name
1 parent 635fe37 commit 0cfb2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/repo/market.display.repo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ function compareVersionsCore(v1, v2) {
295295

296296
jeedom.version({
297297
success: function(version) {
298-
if(compareVersions(market_display_info.parameters.minJeedomVersion, version) > 0) {
298+
if(compareVersionsCore(market_display_info.parameters.minJeedomVersion, version) > 0) {
299299
var installButtons = document.querySelectorAll('.bt_installFromMarket');
300300
installButtons.forEach(function(installButton) {
301301
installButton.style.display = 'none';

0 commit comments

Comments
 (0)