Skip to content

Commit

Permalink
Added underscore as dependency to section_changer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Jan 28, 2025
1 parent 5fe1480 commit 3c1f855
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
*/
hqDefine("app_manager/js/section_changer", [
'jquery',
'underscore',
], function (
$
$,
_,
) {
// Determine key for localStorage
// page is something like "module-view"
Expand Down

0 comments on commit 3c1f855

Please sign in to comment.