Updated readme.
Version bump to 2.0.6. Added JS to remove inline style added by jQueryUI when highlighting form rows.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
VERSION = (2, 0, 5) # following PEP 386
|
||||
VERSION = (2, 0, 6) # following PEP 386
|
||||
DEV_N = None
|
||||
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
type: 'POST',
|
||||
data: { indexes : indexes.join(',') },
|
||||
success: function() {
|
||||
ui.item.find('.form-row').effect('highlight', {}, 1000);
|
||||
ui.item.find('.form-row').effect('highlight', {}, 1000).removeAttr('style');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user