jace пре 6 година
родитељ
комит
6b9ac6bce1
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      normand/frontend/frontend/views/download/download.php

+ 3 - 1
normand/frontend/frontend/views/download/download.php

@@ -198,7 +198,9 @@ use yii\helpers\Url;
 	$("#download_ewm_ios").mouseout(function () {
 		$("#download_ewm_iosend").fadeOut(1000);
 		$("#download_ewm_iosend1").fadeOut(1000);
-	})
+    })
+    var imgurl = $("#download_ewm_android").attr('src');
+    $("#download_ewm_android").attr('src',imgurl+'?' + Math.random());
 </script>
 <?php $this->endBlock(); ?>