Skip to content

Commit

Permalink
[version] do logical version check
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Nov 29, 2021
1 parent 134d3be commit 4129394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8486,7 +8486,7 @@ app.addAppSwitchCallback(function(appId) {
versions[z] = versions[z].join(".");
}

if (versions[0] !== versions[1] || versions[1] !== versions[2]) {
if (versions[1] !== versions[2]) {
CountlyHelpers.notify({
title: jQuery.i18n.map["version_history.alert-title"],
message: jQuery.i18n.map["version_history.alert-message"]
Expand Down

0 comments on commit 4129394

Please sign in to comment.