Allow drag on title-text

This commit is contained in:
Daniel Preussker
2015-09-06 13:37:48 +01:00
parent 9951c98e70
commit b741e479a4

View File

@@ -96,7 +96,7 @@ foreach (dbFetchRows("SELECT * FROM `widgets` ORDER BY `widget_title`") as $widg
widget_margins: [5, 5],
avoid_overlapped_widgets: true,
draggable: {
handle: 'header',
handle: 'header, span',
stop: function(e, ui, $widget) {
updatePos(gridster);
},