Adding raw functionality for dismissing notice
svn path=/branches/design/; revision=18304
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
|
||||
/scripts/master.js -- Misc. script snippets needed for fsfe.org
|
||||
|
||||
*/
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
// Close service notice when clicking dismiss button.
|
||||
$("#service-notice .close a").click(function() {
|
||||
alert("yes!");
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user