Skip to content

Commit 4a8d1f4

Browse files
authored
Merge pull request #11 from et-nik/hotfix/sortable
Rename sortable to sortableWidgets
2 parents 2505b0e + efe6164 commit 4a8d1f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/files/js/jquery.binding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @param {..*} [args]
2727
* @returns {jQuery|*}
2828
*/
29-
$.fn.sortable = function (options) {
29+
$.fn.sortableWidgets = function (options) {
3030
var retVal;
3131

3232
this.each(function () {

assets/files/js/sortable-widgets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function initSortableWidgets() {
2-
$('[data-sortable-widget=1] tbody').sortable({
2+
$('[data-sortable-widget=1] tbody').sortableWidgets({
33
animation: 300,
44
handle: '.sortable-widget-handler',
55
dataIdAttr: 'data-sortable-id',

0 commit comments

Comments
 (0)