Remove farm_map.js detach() method to fix map instances being destroyed before they should be.

This commit is contained in:
Michael Stenta 2020-06-01 15:52:20 -04:00
parent 785b296cbd
commit be723c1149
1 changed files with 0 additions and 5 deletions

View File

@ -16,11 +16,6 @@
});
});
});
},
detach: function (context, settings) {
$('.farm-map', context).each(function (index, element) {
farmOS.map.destroy($(element).attr('id'));
});
}
};
}(jQuery));