Show More
Commit Description:
add brython console for direct edit
Commit Description:
add brython console for direct edit
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