You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know how much you hate it, but shapeshift won't run without jQuery UI: it fails on line 1 of jquery.shapeshift.min.js with Uncaught TypeError: Object [object Object] has no method 'droppable', and all the dashlets just stack up on top of each other.
It can be hacked to work by including jQuery UI from a CDN, i.e. putting <script type="text/javascript" src="//code.jquery.com/ui/1.10.3/jquery-ui.js"></script> in templates/responsive_dashboard/dashboard.html, but maybe you want to do that conditionally or something.
The text was updated successfully, but these errors were encountered:
I know how much you hate it, but shapeshift won't run without jQuery UI: it fails on line 1 of jquery.shapeshift.min.js with
Uncaught TypeError: Object [object Object] has no method 'droppable'
, and all the dashlets just stack up on top of each other.It can be hacked to work by including jQuery UI from a CDN, i.e. putting
<script type="text/javascript" src="//code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
in templates/responsive_dashboard/dashboard.html, but maybe you want to do that conditionally or something.The text was updated successfully, but these errors were encountered: