Skip to content

Commit

Permalink
Remove legacy JS for group creation form
Browse files Browse the repository at this point in the history
Remove the JS associated with the old server-rendered group creation form.
  • Loading branch information
robertknight committed Nov 22, 2024
1 parent 74181b0 commit 425cd0c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 73 deletions.
21 changes: 0 additions & 21 deletions h/static/scripts/controllers/create-group-form-controller.js

This file was deleted.

2 changes: 0 additions & 2 deletions h/static/scripts/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { settings } from './base/settings';
import { upgradeElements } from './base/upgrade-elements';
import { sharedControllers } from './controllers';
import { AuthorizeFormController } from './controllers/authorize-form-controller';
import { CreateGroupFormController } from './controllers/create-group-form-controller';
import { SearchBarController } from './controllers/search-bar-controller';
import { SearchBucketController } from './controllers/search-bucket-controller';
import { ShareWidgetController } from './controllers/share-widget-controller';
Expand All @@ -16,7 +15,6 @@ if (appSettings.sentry) {
const controllers = Object.assign(
{
'.js-authorize-form': AuthorizeFormController,
'.js-create-group-form': CreateGroupFormController,
'.js-search-bar': SearchBarController,
'.js-search-bucket': SearchBucketController,
'.js-share-widget': ShareWidgetController,
Expand Down

This file was deleted.

0 comments on commit 425cd0c

Please sign in to comment.