OpenBuildings / jam-tart

Jam Admin Builder
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Fix sortable. #23

Closed hkdobrev closed 10 years ago

hkdobrev commented 10 years ago

Previously it was changed to POST all items with automatic positions from 0 to 49. I have reverted to use GET with from & to by default.

You could use data-post-all to use the POST behavior.

Also the changes to the unminified JS were not committed.

The unminified JS is now committed, converted to tabs and minified with UglifyJS.