Show More
Commit Description:
Update README.rdoc...
Commit Description:
Update README.rdoc Fix some typo about database name. add number to each step
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