mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Switch sorted array and id params position, in sortable gird
This commit is contained in:
parent
3f5f0ed81b
commit
d849c6797a
@ -876,7 +876,7 @@ var et2_grid = et2_DOMWidget.extend([et2_IDetachedDOM, et2_IAligned],
|
|||||||
items: "tr:not(.th)",
|
items: "tr:not(.th)",
|
||||||
distance: 15,
|
distance: 15,
|
||||||
stop: function(event, ui) {
|
stop: function(event, ui) {
|
||||||
self.egw().jsonq(sortable,[self.id, self.tbody.sortable("toArray")],
|
self.egw().jsonq(sortable,[self.tbody.sortable("toArray"), self.id],
|
||||||
null,
|
null,
|
||||||
self
|
self
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user