mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
avoid calls to empty functions in defaults object
This commit is contained in:
@@ -12,10 +12,10 @@
|
|||||||
items: '.gs_w',
|
items: '.gs_w',
|
||||||
distance: 1,
|
distance: 1,
|
||||||
limit: true,
|
limit: true,
|
||||||
offset_left: 0,
|
offset_left: 0
|
||||||
drag: function(e){},
|
// ,drag: function(e){},
|
||||||
start : function(e, ui){},
|
// start : function(e, ui){},
|
||||||
stop : function(e){}
|
// stop : function(e){}
|
||||||
};
|
};
|
||||||
|
|
||||||
var $body = $(document.body);
|
var $body = $(document.body);
|
||||||
|
Reference in New Issue
Block a user