Skip to content

Commit

Permalink
Fix js error 'base is not a constructor', thanks to @asalgado0391, cl…
Browse files Browse the repository at this point in the history
…oses #53
  • Loading branch information
vpietri committed Oct 12, 2021
1 parent 7a590f4 commit 6605ba4
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 6605ba4

Please sign in to comment.