Skip to content

Commit

Permalink
UPS-4871 - In iframe, counter selecting page should never be visible
Browse files Browse the repository at this point in the history
Fixes shortly flashing counter page
  • Loading branch information
hirviid committed Feb 26, 2024
1 parent 30729e0 commit 491164f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/counter/ubr.counter.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ angular
params: {
redirectTo: null
},
templateUrl:'views/counter/counters.html',
templateUrl: isRunningInIframe() ? 'views/loading.html' : 'views/counter/counters.html',
controller: 'CountersController',
controllerAs: 'counters',
resolve: {
Expand Down

0 comments on commit 491164f

Please sign in to comment.