Skip to content

Commit

Permalink
Re-enable bootbox
Browse files Browse the repository at this point in the history
  • Loading branch information
liamkeily committed Jan 17, 2024
1 parent 3664b94 commit 0b04ebf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
5 changes: 2 additions & 3 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ <h3>Output</h3>
</div>
</div>
</div>
<script>var exports = {};</script>
<script src="/node_modules/jquery/dist/jquery.js"></script>
<script src="/node_modules/@popperjs/core/dist/umd/popper.js"></script>
<script src="/node_modules/bootstrap/dist/js/bootstrap.js"></script>
Expand All @@ -118,7 +117,7 @@ <h3>Output</h3>
<script src="/node_modules/jquery-extendext/jquery-extendext.js"></script>
<script src="/node_modules/sql-parser-mistic/browser/sql-parser.js"></script>
<script src="/node_modules/interactjs/dist/interact.js"></script>
<!-- <script src="/node_modules/bootbox/dist/bootbox.all.js"></script> -->
<script src="/node_modules/bootbox/dist/bootbox.all.js"></script>

<script src="/dist/js/query-builder.js"></script>

Expand All @@ -145,7 +144,7 @@ <h3>Output</h3>
plugins: {
'bt-tooltip-errors': { delay: 100 },
'sortable': null,
// 'filter-description': { mode: 'bootbox' },
'filter-description': { mode: 'bootbox' },
// 'bt-selectpicker': null,
// 'chosen-selectpicker': null,
'unique-filter': null,
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"jquery": "^3.5.1",
"jquery-extendext": "^1.0.0",
"moment": "^2.29.1",
"sql-parser-mistic": "^1.2.3",
"common-js": "^0.3.8"
"sql-parser-mistic": "^1.2.3"
},
"devDependencies": {
"alive-server": "^1.3.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,6 @@
"resolved" "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz"
"version" "2.19.0"

"common-js@^0.3.8":
"integrity" "sha512-83poCK3wlRnYqWdolJiYrMYvaBFzlDO1RwQVti2ZDBR2K5ifBGksu2cw3ZKFioEqB8FVLUmuu3OXxFUlSBk5UQ=="
"resolved" "https://registry.npmjs.org/common-js/-/common-js-0.3.8.tgz"
"version" "0.3.8"

"[email protected]":
"integrity" "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
"resolved" "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
Expand Down

0 comments on commit 0b04ebf

Please sign in to comment.