mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Remove two unused parameters.
This commit is contained in:
parent
d1f37ed164
commit
0e7f37dfc9
@ -176,7 +176,7 @@ export class Dashboard {
|
||||
url: "/local-api/dashletDelete",
|
||||
data: JSON.stringify(layoutNameObj),
|
||||
contentType: 'application/json',
|
||||
success: (data) => {
|
||||
success: () => {
|
||||
$.get("/local-api/dashletThemes", (data) => {
|
||||
alert("Layout deleted: " + layoutName);
|
||||
this.fillServerLayoutList(data);
|
||||
@ -218,7 +218,7 @@ export class Dashboard {
|
||||
url: "/local-api/dashletSave",
|
||||
data: JSON.stringify(request),
|
||||
contentType : 'application/json',
|
||||
success: (data) => {
|
||||
success: () => {
|
||||
$.get("/local-api/dashletThemes", (data) => {
|
||||
this.fillServerLayoutList(data);
|
||||
alert("Layout Saved");
|
||||
|
Loading…
Reference in New Issue
Block a user