mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
no object shorthand (#13205)
This commit is contained in:
@@ -627,9 +627,9 @@
|
||||
type: 'POST',
|
||||
url: ajax_url + '/dash/' + data_type,
|
||||
data: {
|
||||
id,
|
||||
dimensions: { x: $widget_body.width(), y: $widget_body.height() },
|
||||
settings,
|
||||
id: id,
|
||||
dimensions: {x: $widget_body.width(), y: $widget_body.height()},
|
||||
settings: settings
|
||||
},
|
||||
dataType: 'json',
|
||||
success: function (data) {
|
||||
|
Reference in New Issue
Block a user