2018-03-29 19:26:12 +00:00
|
|
|
{{ define "footer.html" }}
|
2019-08-02 23:39:55 +00:00
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
$(document).ready(function () {
|
|
|
|
$('.message .close').on('click', function () {
|
|
|
|
$(this).closest('.message').transition('fade');
|
|
|
|
});
|
|
|
|
});
|
|
|
|
</script>
|
2017-04-17 14:24:37 +00:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{{ end }}
|