#585 make toastr notifications less annoying

This commit is contained in:
Oliver Gorwits
2019-05-27 12:53:56 +01:00
parent b59043d0ca
commit 262fa88009
2 changed files with 2 additions and 2 deletions

View File

@@ -219,7 +219,7 @@ function saveMapPositions() {
,$("#nd_vlan-entry, #nd_hgroup-select, #nd_lgroup-select, #nq, input[name='mapshow']").serialize()
+ '&positions=' + JSON.stringify(graph.positions())
);
toastr.success('Saved map positions.');
// toastr.success('Saved map positions.');
}
// ***********************************************