12 lines
No EOL
262 B
HTML
12 lines
No EOL
262 B
HTML
{{ define "footer" }}
|
|
</div>
|
|
<script type="text/javascript">
|
|
$(document).ready(function() {
|
|
$('.message .close').on('click', function() {
|
|
$(this).closest('.message').transition('fade');
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|
|
{{ end }} |