summary refs log tree commit diff stats
path: root/theme/js/message.js
blob: 9de4bae3fa316aa46235fda070057156e07e6a86 (plain) (blame)
1
2
3
4
5
$(document).ready(function() {
	$("div#stripe").click(function() {
		$("div#stripe").slideUp();
	});
});