chg: [cleanup] removed alert

pull/5705/head
iglocska 2020-03-10 11:36:01 +01:00
parent 010bc9a692
commit 91a8390e5a
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ $(document).ready(function () {
grid = GridStack.init({verticalMargin: 2});
resetDashboardGrid(grid);
grid.on('change', function(event, items) {
alert(1);
saveDashboardState();
});
grid.on('added', function(event, items) {