Guest User

Untitled

a guest
Mar 18th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. // define options for Pace - ajax progress showing library
  2. paceOptions = {
  3. restartOnRequestAfter: 50, // make it work for short AJAX requests only (ajax requests taking longer than 50ms will trigger it)
  4. ajax: {
  5. trackMethods: [ 'GET', 'POST', 'DELETE', 'PUT', 'PATCH' ]
  6. }
  7. };
Add Comment
Please, Sign In to add comment