Skip to content

Commit

Permalink
Fix Nova component?
Browse files Browse the repository at this point in the history
  • Loading branch information
Cocoa committed Mar 24, 2024
1 parent 61c5d61 commit 9b99111
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lolibrary/image-array": "*",
"sentry/sentry-laravel": "^4.3.1",
"stevebauman/purify": "^4.0",
"whitecube/nova-flexible-content": "^0.1.11",
"whitecube/nova-flexible-content": "^1.1.0",
"yeswedev/nova-translatable": "^0.9.0"

},
Expand Down
2 changes: 0 additions & 2 deletions resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ if (token) {
*/

$(() => {
// $('.form-control-chosen').chosen();
console.log("debug testing;");
$('[data-toggle="tooltip"]').tooltip();
new simpleLightbox({elements: '[data-lightbox="show"]'});
searchJs.init();
Expand Down

0 comments on commit 9b99111

Please sign in to comment.