Show More
Commit Description:
add enabled option for user
Commit Description:
add enabled option for user
References:
File last commit:
Show/Diff file:
Action:
app/assets/javascripts/announcements.js.coffee | 6 lines | 196 B | text/coffeescript | CoffeeScriptLexer |
#js for announcement
$ ->
$(document).ajaxError (event, jqxhr, settings, exception) ->
if jqxhr.status
alert 'We\'re sorry, but something went wrong (' + jqxhr.status + ')'
return