mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added ab test controller so it is always loaded
This commit is contained in:
parent
e35a32d7d7
commit
9faf4771e7
1 changed files with 2 additions and 1 deletions
|
@ -88,11 +88,12 @@ html(itemscope, itemtype='http://schema.org/Product')
|
|||
|
||||
include translations/translation_message
|
||||
|
||||
|
||||
- if(typeof(suppressNavbar) == "undefined")
|
||||
include layout/navbar
|
||||
|
||||
block content
|
||||
|
||||
div(ng-controller="AbTestController")
|
||||
- if(typeof(suppressFooter) == "undefined")
|
||||
include layout/footer
|
||||
|
||||
|
|
Loading…
Reference in a new issue