diff options
Diffstat (limited to 'static/website/js/custom.js')
-rw-r--r-- | static/website/js/custom.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/website/js/custom.js b/static/website/js/custom.js index 467ba9d..49b4053 100644 --- a/static/website/js/custom.js +++ b/static/website/js/custom.js @@ -66,6 +66,7 @@ $(document).ready(function() { }); }); + $(document).ajaxStart(function() { $("#ajax-loader").show(); }); |