Closed brunopgalvao closed 10 years ago
In Ruby on Rails 4 this is not working, only when I do a page refresh it works (sometimes). The same issue for your odometer plugin.
app/assets/javascript/sortable.js
<table data-sortable> <!-- ... --> </table>
<script src="/assets/sortable.js"></script> needs to be included in view.
<script src="/assets/sortable.js"></script>
In Ruby on Rails 4 this is not working, only when I do a page refresh it works (sometimes). The same issue for your odometer plugin.