BookingSync/bookingsync_portal

View on GitHub
app/assets/javascripts/bookingsync_portal/admin/handle_remote_errors.js.coffee

Summary

Maintainability
Test Coverage
$ ->
  $(document).ajaxError (e, xhr) ->
    location.reload() if xhr.status == 401