Remove bootstrap-5-ide split test (#23059)

GitOrigin-RevId: a812f676b6dab1d3efec4ea8ff962e144baf4299
This commit is contained in:
Alf Eaton
2025-01-28 09:28:46 +00:00
committed by Copybot
parent 6ccf61e1f2
commit cce8d12bf7
3 changed files with 0 additions and 7 deletions
@@ -749,11 +749,6 @@ const _ProjectController = {
? 'project/ide-react-detached'
: 'project/ide-react'
// Get the user's assignment for this page's Bootstrap 5 split test, which
// populates splitTestVariants with a value for the split test name and allows
// Pug to read it
await SplitTestHandler.promises.getAssignment(req, res, 'bootstrap-5-ide')
res.render(template, {
title: project.name,
priority_title: true,
@@ -9,7 +9,6 @@ block vars
- var suppressSkipToContent = true
- var suppressCookieBanner = true
- bootstrap5PageStatus = 'enabled' // One of 'disabled', 'enabled', and 'queryStringOnly'
- bootstrap5PageSplitTest = 'bootstrap-5-ide'
- metadata.robotsNoindexNofollow = true
block content
@@ -6,7 +6,6 @@ block vars
- var suppressSkipToContent = true
- var deferScripts = true
- bootstrap5PageStatus = 'enabled' // One of 'disabled', 'enabled', and 'queryStringOnly'
- bootstrap5PageSplitTest = 'bootstrap-5-ide'
- metadata.robotsNoindexNofollow = true
- enableIeeeBranding = false