Skip to content
Snippets Groups Projects
Commit 6151796a authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

Merge branch 'fix-issues' into 'master'

Fix notifications (Fix #39)



See merge request !229
parents 1fa3a191 e4633db9
No related branches found
No related tags found
No related merge requests found
...@@ -8,4 +8,7 @@ $(document).on 'flash_notice', (e, params) -> ...@@ -8,4 +8,7 @@ $(document).on 'flash_notice', (e, params) ->
<button type="button" class="close" data-dismiss="alert" aria-label="Fechar"> <button type="button" class="close" data-dismiss="alert" aria-label="Fechar">
<span aria-hidden="true">&times;</span></button>' + text + '</div>' <span aria-hidden="true">&times;</span></button>' + text + '</div>'
$('#content').prepend($(html)) $('#content').prepend($(html)).fadeIn(800)
$("#content > .alert").first().delay(5000).fadeOut 800, () ->
$(this).remove()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment