bug? "double" pathing on jquery-ui css images
-
As you can see from the console screenshot above, it try to get the jquery-ui images from the wrong path (double "vendor/jquery/cc/smoothness".
To reproduce this, add a datepicker input in admin template as follow:
app.loadJQueryUI(function() { $('#inputDate').datepicker({ defaultDate: '-1d' }); });
What did I possibly did wrong? Because the account's birthday input has no issue.
Please advise, thanks!
-
I solved the issue using other widget instead of jquery-ui.
Copyright © 2024 NodeBB | Contributors