summaryrefslogtreecommitdiff
path: root/static/website/js
diff options
context:
space:
mode:
authorJayaram Pai2014-04-19 17:55:25 +0530
committerJayaram Pai2014-04-19 17:55:25 +0530
commit2fbf3ecf6cae63691380ec8cc9df2c4beff29dae (patch)
tree11212c19678c33f4546987079b05f037406ea9b1 /static/website/js
parent83063012ac3eac51983c83d3b1681595aa59eb1d (diff)
downloadFOSSEE-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.js1
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();
});