Skip to content

Commit

Permalink
Update bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroldwong committed Nov 1, 2023
1 parent 7e0f42e commit 45fda98
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions app/shared/sharedApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ function config ($httpProvider, $compileProvider, $logProvider, IdleProvider, $l
// Configure Idle settings
IdleProvider.idle(240 * 60); // 28 minutes: After this amount of time passes without the user performing an action the user is considered idle
IdleProvider.timeout(2 * 60); // 2 minute: The amount of time the user has to respond before they have been considered timed out

// Configure Bootstrap sanitizer for popovers/tooltips
var popoverDefaults = $.fn.popover.Constructor.DEFAULTS.whiteList;
popoverDefaults['button'] = ['data-event-type', 'data-course-id', 'data-teaching-assignment-id', 'data-section-group-id', 'data-instructor-type-id'];
}

config.$inject = ['$httpProvider', '$compileProvider', '$logProvider', 'IdleProvider', '$locationProvider'];
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"angular-selectize2": "github:machineboy2045/angular-selectize#v3.0.1",
"angular-ui-bootstrap": "1.3.3",
"angular-ui-calendar": "1.0.2",
"bootstrap": "3.3.7",
"bootstrap": "^3.4",
"bootstrap-colorpicker": "2.5.3",
"chart.js": "2.9.4",
"fullcalendar": "3.10.5",
Expand Down

0 comments on commit 45fda98

Please sign in to comment.