diff options
author | Jayaram Pai | 2014-04-19 17:55:25 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-04-19 17:55:25 +0530 |
commit | 2fbf3ecf6cae63691380ec8cc9df2c4beff29dae (patch) | |
tree | 11212c19678c33f4546987079b05f037406ea9b1 /static/website/js | |
parent | 83063012ac3eac51983c83d3b1681595aa59eb1d (diff) | |
download | FOSSEE-Forum-2fbf3ecf6cae63691380ec8cc9df2c4beff29dae.tar.gz FOSSEE-Forum-2fbf3ecf6cae63691380ec8cc9df2c4beff29dae.tar.bz2 FOSSEE-Forum-2fbf3ecf6cae63691380ec8cc9df2c4beff29dae.zip |
basic email and notification added, new frontpage interface
Diffstat (limited to 'static/website/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(); }); |