mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix typo
This commit is contained in:
parent
ce978102dc
commit
5bd20d080c
@ -960,7 +960,7 @@ var et2_grid = (function(){ "use strict"; return et2_DOMWidget.extend([et2_IDeta
|
|||||||
// Header does not participate in sorting
|
// Header does not participate in sorting
|
||||||
items: "tr:not(.th)",
|
items: "tr:not(.th)",
|
||||||
distance: 15,
|
distance: 15,
|
||||||
cancel: this.options.sortabl_cancel,
|
cancel: this.options.sortable_cancel,
|
||||||
placeholder: this.options.sortable_placeholder,
|
placeholder: this.options.sortable_placeholder,
|
||||||
containment: this.options.sortable_containment,
|
containment: this.options.sortable_containment,
|
||||||
connectWith: this.options.sortable_connectWith,
|
connectWith: this.options.sortable_connectWith,
|
||||||
|
Loading…
Reference in New Issue
Block a user