1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-09 04:31:55 +00:00

Reorganize bootstrap mailbox.js

This commit is contained in:
James Hillyerd
2016-03-01 12:45:27 -08:00
parent fd59aad4f0
commit 798b320769
2 changed files with 73 additions and 63 deletions

View File

@@ -9,7 +9,7 @@ var mailbox = "{{.name}}";
$(document).ready(function() {
$('#nav-mail').addClass("active");
listInit();
onDocumentReady();
});
</script>
{{end}}