mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +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
|
||||
items: "tr:not(.th)",
|
||||
distance: 15,
|
||||
cancel: this.options.sortabl_cancel,
|
||||
cancel: this.options.sortable_cancel,
|
||||
placeholder: this.options.sortable_placeholder,
|
||||
containment: this.options.sortable_containment,
|
||||
connectWith: this.options.sortable_connectWith,
|
||||
|
Loading…
Reference in New Issue
Block a user