cacert-boardvoting/templates/footer.html

12 lines
262 B
HTML
Raw Normal View History

{{ define "footer" }}
2017-04-29 20:17:58 +00:00
</div>
<script type="text/javascript">
$(document).ready(function() {
$('.message .close').on('click', function() {
$(this).closest('.message').transition('fade');
});
});
</script>
</body>
</html>
{{ end }}