Ejemplo n.º 1
0
 onBeforeRemoveRow: function(model) {
     dashboardUtil.onDashboardRemove(model.get('id'));
 }
 $('.dashboard-container-wrapper .title-buttons-container .remove-button').on('removesuccess', function() {
     dashboardUtil.onDashboardRemove($(this).attr('data-id'));
 });