Skip to content

Commit

Permalink
removed unwatch after delete.
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed Jun 3, 2012
1 parent 592bd8c commit db7e720
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/wiggle/priv/js/application.js
Expand Up @@ -34,7 +34,6 @@ var ui = new Object();
type: 'DELETE',
dataType: 'json',
success: function () {
unwatch_machine(id);g
$("#" + id + "-menu").remove();
activate_machine($(".machine").first().data("id"));
}
Expand Down

0 comments on commit db7e720

Please sign in to comment.