Skip to content

Commit

Permalink
Merge pull request #35697 from dimagi/jls/section-changer-js
Browse files Browse the repository at this point in the history
Added underscore as dependency to section_changer.js
  • Loading branch information
orangejenny authored Jan 28, 2025
2 parents 5fe1480 + 3c1f855 commit 961b0d2
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 961b0d2

Please sign in to comment.