We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d45265 commit 28f357aCopy full SHA for 28f357a
src/controllers/FeedCtrl.js
@@ -20,7 +20,7 @@ angular.module('cardboard.controllers')
20
// init cards
21
return Promise.map(settings.sync.cards, function(card){
22
// if cardboard installed or updated we show the changelog
23
- if(settings.update && card.name == 'changelog' && ($scope.route()=='/feed') )
+ if(settings.update && settings.update != "patch" && card.name == 'changelog' && ($scope.route()=='/feed') )
24
card.enabled = true;
25
26
// if the card has permission we check for them before
0 commit comments