Replace jQuery mobile detection by the library isMobile
This commit is contained in:
@@ -42,7 +42,7 @@ Kanboard.BoardDragAndDrop.prototype.dragAndDrop = function() {
|
||||
}
|
||||
};
|
||||
|
||||
if ($.support.touch) {
|
||||
if (isMobile.any) {
|
||||
$(".task-board-sort-handle").css("display", "inline");
|
||||
params["handle"] = ".task-board-sort-handle";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user