Widget script no longer loads #1182
Replies: 1 comment
-
Hey @alexsol22 I checked the demo to confirm. It's working fine. It could be something else at your end. Here are a few links for reference:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having problems loading a script widget which is strange because it worked until recently.
I tried two different ways but nothing:
Widget::add()->type('script')->content('assets/js/admin/forms/contract.js');
Widget::add()->type('script')->content(asset('assets/js/admin/forms/contract.js'));
what could be wrong?
Beta Was this translation helpful? Give feedback.
All reactions