Skip to content

Commit

Permalink
Fixed issue#1 - Button 'Abbrechen" won't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
martini committed Nov 12, 2012
1 parent 144f4ff commit 54c51d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class Index extends App.Controller
new UserNew()

cancel: ->
@render()
@navigate '#'

submit: (e) ->
e.preventDefault()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class Index extends App.Controller
@el.find('textarea').trigger('change')

cancel: ->
@render()
@navigate '#'

submit: (e) ->
e.preventDefault()
Expand Down

0 comments on commit 54c51d9

Please sign in to comment.