Make notice fade out
svn path=/branches/design/; revision=18309
This commit is contained in:
@@ -8,7 +8,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
// Close service notice when clicking dismiss button.
|
// Close service notice when clicking dismiss button.
|
||||||
$("#service-notice .close a").click(function() {
|
$("#service-notice .close a").click(function() {
|
||||||
alert("yes!");
|
$("#service-notice").fadeOut("slow");
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user