Revert "updater already verifies version"

This doesn't work because updater does not realize that app
is updated...

This reverts commit ca6214aa12.
This commit is contained in:
Girish Ramakrishnan
2015-07-08 19:49:25 -07:00
parent ca6214aa12
commit 52f3bd2076
+2 -1
View File
@@ -225,7 +225,8 @@
</a>
</div>
<div class="col-xs-4 text-center">
<a href="" ng-click="showUpdate(app)" class="ng-hide animateMe" ng-show="config.update.apps[app.id] && (app | installSuccess)">
<!-- we check the version here because the box updater does not know when an app gets updated -->
<a href="" ng-click="showUpdate(app)" class="ng-hide animateMe" ng-show="config.update.apps[app.id].manifest.version && config.update.apps[app.id].manifest.version !== app.manifest.version && (app | installSuccess)">
<i class="fa fa-arrow-up text-success scale"></i>
</a>
</div>