remote alert change reverted

This commit is contained in:
satindergrewal 2017-12-09 00:24:59 +13:00
parent fbef69a40e
commit f0044adcbc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ check_dex_remote_alerts = function(sig) {
// If successful
//console.log(data);
if (data.for_app_version.slice(2,16) < current_app_version.slice(2,16).substring(0, current_app_version.length-7) == true) {
if (data.for_app_version.slice(2,16) <= current_app_version.slice(2,16).substring(0, current_app_version.length-7) == true) {
if (data.alert_level == 'marquee') {
$('.app_top_alert_div').attr('style',data.style);
$('.app_top_alert_div').html(data.message);