Skip to content

Instantly share code, notes, and snippets.

@dieulot
Created February 21, 2014 13:19
Show Gist options
  • Save dieulot/9134079 to your computer and use it in GitHub Desktop.
Save dieulot/9134079 to your computer and use it in GitHub Desktop.
InstantClick.on('click', function() {
NProgress.start();
})
InstantClick.on('change', function() {
NProgress.done()
});
InstantClick.init();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment