/* * Master script snippet(s) for fsfe.org * * @license GPL-2.0 * @license MIT * @license-comment As this makes use of jQuery, the jQuery licensing has been concluded. */ $(document).ready(function() { // Close service notice on dismiss button. $("#service-notice .close a").click(function() { $("#service-notice").hide(); }); });