added basic sortable to workout creation

This commit is contained in:
2013-01-22 18:41:09 -05:00
parent f636d1812d
commit 30ed56b9ba
8 changed files with 44 additions and 26 deletions

View File

@@ -37,8 +37,7 @@ $("#newexercise").validate({
required: true,
maxlength: 24
},
type: {
notEqual: "notselected",
keywords: {
required: true
}
},