Skip to content

Commit

Permalink
rebuild bootstrap 5 diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
biyeun committed Sep 6, 2023
1 parent 78c46ee commit d83aaf4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
+++
@@ -4,13 +4,13 @@
*
*/

-hqDefine('notifications/js/bootstrap3/notifications_service', [
+hqDefine('notifications/js/bootstrap5/notifications_service', [
'jquery',
'knockout',
'underscore',
'jquery.rmi/jquery.rmi',
'analytix/js/kissmetrix',
- 'hqwebapp/js/bootstrap3/hq.helpers',
+ 'hqwebapp/js/bootstrap5/hq.helpers',
], function (
$,
ko,
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
+++
@@ -2,10 +2,10 @@
* Document ready handling for pages that use notifications/js/notifications_service.js
*/

-hqDefine('notifications/js/bootstrap3/notifications_service_main', [
+hqDefine('notifications/js/bootstrap5/notifications_service_main', [
'jquery',
'hqwebapp/js/initial_page_data',
- 'notifications/js/bootstrap3/notifications_service',
+ 'notifications/js/bootstrap5/notifications_service',
'analytix/js/google',
], function (
$,

0 comments on commit d83aaf4

Please sign in to comment.