mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
IE doesn't support JS default parameters (#13203)
This commit is contained in:
@@ -609,7 +609,7 @@
|
||||
return false;
|
||||
}
|
||||
|
||||
function widget_reload(id, data_type, forceDomInject = false) {
|
||||
function widget_reload(id, data_type, forceDomInject) {
|
||||
const $widget_body = $(`#widget_body_${id}`);
|
||||
const $widget_bootgrid = $(`#widget_body_${id} .bootgrid-table`);
|
||||
const settings = $widget_body.parent().data('settings') == 1 ? 1 : 0;
|
||||
|
Reference in New Issue
Block a user