mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update default plans view conditional
Fixes a flash of unwanted content on Firefox
This commit is contained in:
parent
e64a704341
commit
679d91c4d2
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ block content
|
|||
.content.plans(ng-controller="PlansController")
|
||||
.container(class="more-details" ng-cloak ng-if="plansVariant === 'more-details'")
|
||||
include _plans_page_details_more
|
||||
.container(ng-cloak ng-if="plansVariant != 'more-details'")
|
||||
.container(ng-cloak ng-if="plansVariant === 'default' || !shouldABTestPlans")
|
||||
include _plans_page_details_less
|
||||
|
|
Loading…
Reference in a new issue