mirror of
https://github.com/redmine/redmine.git
synced 2025-11-11 07:46:02 +01:00
Use css pseudo-classes instead of cycle("odd", "even") (#15361).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16249 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -697,10 +697,6 @@ function beforeShowDatePicker(input, inst) {
|
||||
type: 'put',
|
||||
dataType: 'script',
|
||||
data: data,
|
||||
success: function(data){
|
||||
sortable.children(":even").removeClass("even").addClass("odd");
|
||||
sortable.children(":odd").removeClass("odd").addClass("even");
|
||||
},
|
||||
error: function(jqXHR, textStatus, errorThrown){
|
||||
alert(jqXHR.status);
|
||||
sortable.sortable("cancel");
|
||||
|
||||
Reference in New Issue
Block a user