Просмотр исходного кода

Merge pull request #27991 from overleaf/td-react-layout-remove-redundant-code

Remove redundant include and entrypointVar block from React layout

GitOrigin-RevId: 43f9f9fbee58f882c99e8e8ad634cf6eb3b2929c
Tim Down 11 месяцев назад
Родитель
Сommit
3b67025398
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      services/web/app/views/layout-react.pug

+ 0 - 4
services/web/app/views/layout-react.pug

@@ -3,10 +3,6 @@
 extends ./layout-base
 extends ./layout-base
 
 
 include ./_mixins/formMessages
 include ./_mixins/formMessages
-include ./_mixins/bootstrap_js
-
-block entrypointVar
-	- entrypoint = 'marketing'
 
 
 block isApplicationPageVar
 block isApplicationPageVar
 	- isApplicationPage = true
 	- isApplicationPage = true