JavaScript errors on project repository settings and Expand buttons not working
With current master (3d348cff), I have the following errors in the web console when opening repository settings of a project (for example http://localhost:4000/root/new-project/settings/repository).
Uncaught ReferenceError: Mousetrap is not defined
at eval (shortcuts.js?0939:130)
at Object.eval (shortcuts.js?0939:142)
at eval (shortcuts.js:166)
at Object../shortcuts.js (main.bundle.js:1282)
at __webpack_require__ (webpack_runtime.bundle.js:704)
at fn (webpack_runtime.bundle.js:117)
at eval (shortcuts_navigation.js?7605:1)
at Object../shortcuts_navigation.js (main.bundle.js:1314)
at __webpack_require__ (webpack_runtime.bundle.js:704)
at fn (webpack_runtime.bundle.js:117)
Uncaught TypeError: this.$dropdown.glDropdown is not a function
at ProtectedBranchAccessDropdown.initDropdown (protected_branch_access_dropdown.js?6f73:34)
at new ProtectedBranchAccessDropdown (protected_branch_access_dropdown.js?6f73:29)
at ProtectedBranchCreate.buildDropdowns (protected_branch_create.js?90b8:27)
at new ProtectedBranchCreate (protected_branch_create.js?90b8:10)
at HTMLDocument.eval (index.js?e15b:7)
at fire (jquery.js?b982:3182)
at Object.add [as done] (jquery.js?b982:3241)
at jQuery.fn.init.jQuery.fn.ready (jquery.js?b982:3491)
at jQuery.fn.init (jquery.js?b982:2922)
at jQuery (jquery.js?b982:75)
Also the Expand
buttons for the setting sections are not working for me.