Skip to content

Commit

Permalink
Merge pull request #56 from vpietri/base_is_not_a_constructor
Browse files Browse the repository at this point in the history
Fix js error 'base is not a constructor'
  • Loading branch information
vpietri authored Oct 20, 2021
2 parents 3ed9d7a + 6605ba4 commit c6523b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion view/base/requirejs-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ var config = {
quickDevBar: "ADM_QuickDevBar/js/quickdevbar",
filtertable: "ADM_QuickDevBar/js/sunnywalker/jquery.filtertable.min",
metadata: "ADM_QuickDevBar/js/tablesorter/jquery.metadata",
tablesorter: "ADM_QuickDevBar/js/tablesorter/jquery.tablesorter.min"
tablesorter: "ADM_QuickDevBar/js/tablesorter/jquery.tablesorter.min",
jqueryTabs: ["jquery-ui-modules/tabs", "jquery/jquery-ui"]
},
shim: {
'quickDevBar': {
Expand Down
2 changes: 1 addition & 1 deletion view/base/web/js/quickdevbar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/* */
define(["jquery",
"jquery/ui",
"jqueryTabs",
"filtertable",
"metadata",
"tablesorter",
Expand Down

0 comments on commit c6523b1

Please sign in to comment.