mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
Implements the class name changes detailed in: https://github.com/alphagov/govuk_elements/pull/405
8 lines
212 B
JavaScript
8 lines
212 B
JavaScript
$(() => $("time.timeago").timeago());
|
|
|
|
$(() => GOVUK.modules.start());
|
|
|
|
$(() => $('.error-message').eq(0).parent('label').next('input').trigger('focus'));
|
|
|
|
$(() => $('.banner-dangerous').eq(0).trigger('focus'));
|