* Remove skipLoadingStyleSheet * Remove unused bootstrap-5 assignment from the Account settings page since it's archived * Remove bsVersionIcon * Remove bsVersion, bootstrapVersion and isBootstrap5 from elements on the IDE page * Remove BS3Dropdown from the context menu * Cleanup Bootstrap 3 related comment and type GitOrigin-RevId: a67244eb78943ee84cc5f89bae164c0361e8fc13
This commit is contained in:
@@ -117,10 +117,6 @@ async function settingsPage(req, res) {
|
||||
)
|
||||
}
|
||||
|
||||
// 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')
|
||||
// Get the users write-and-cite assignment to switch between translation strings
|
||||
await SplitTestHandler.promises.getAssignment(req, res, 'write-and-cite')
|
||||
// Get the users papers-integration assignment to show the linking widget
|
||||
|
||||
Reference in New Issue
Block a user