aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.sortable.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-02-05 03:03:50 +0000
committerScott González <scott.gonzalez@gmail.com>2010-02-05 03:03:50 +0000
commit9e02f801765abb57f426a8a3116b6bcaa2698126 (patch)
treee5e7e076eb701dfc3a1d19b2873ccd380627b5a0 /ui/jquery.ui.sortable.js
parent0b976c4616bfe9c5a4fb976b338a226245cde835 (diff)
downloadjquery-ui-9e02f801765abb57f426a8a3116b6bcaa2698126.tar.gz
jquery-ui-9e02f801765abb57f426a8a3116b6bcaa2698126.zip
Fixed event prefix in all plugins that don't use the default prefix.
Fixes #5134 - Events not being triggered for drag and drop.
Diffstat (limited to 'ui/jquery.ui.sortable.js')
-rw-r--r--ui/jquery.ui.sortable.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/jquery.ui.sortable.js b/ui/jquery.ui.sortable.js
index 681032a02..66e4f00a4 100644
--- a/ui/jquery.ui.sortable.js
+++ b/ui/jquery.ui.sortable.js
@@ -15,6 +15,7 @@
(function($) {
$.widget("ui.sortable", $.ui.mouse, {
+ widgetEventPrefix: "sort",
options: {
appendTo: "parent",
axis: false,
@@ -1045,8 +1046,7 @@ $.widget("ui.sortable", $.ui.mouse, {
});
$.extend($.ui.sortable, {
- version: "@VERSION",
- eventPrefix: "sort"
+ version: "@VERSION"
});
})(jQuery);
e'>automated/noid/master-update-ca-cert-bundle Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/settings/users.php
blob: c3259d2a3f1eb40577c25a6529169aa0070db389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50