Description
-----------
This module provides allows you to change the default drupal ajax throbber.

Installation
------------
To install this module, do the following:

1. Extract the tar ball that you downloaded from Drupal.org.

2. Upload the entire directory and all its contents to your modules directory.

Configuration
-------------
To enable and configure this module do the following:

1. Go to Admin -> Extend, and enable "Ajax loader".

2. Go to Admin -> Configuration -> User Interface -> Ajax loader, and make
   any necessary configuration changes.

3. You are done, the default ajax throbber is now sexy!

Extend
------
Define your own "throbber" plugins to add custom throbbers.
See src/Plugin/ajax_loader for examples.
