Commit b772c2c3f02c5beebd4c7ba8d43f9f5ac351b3f7

Authored by Dmitriy Zaporozhets
1 parent a7aee9d1

Fix issue update.js

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
app/views/issues/update.js.haml 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +- if params[:status_only]
  2 + - if @issue.valid?
  3 + :plain
  4 + $("##{dom_id(@issue)}").fadeOut();
... ...