1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-07 19:57:06 +00:00

Add a view source button to see raw text of message

This commit is contained in:
James Hillyerd
2012-10-13 14:37:11 -07:00
parent a0ab84abb5
commit eb363aa670
4 changed files with 44 additions and 1 deletions

View File

@@ -45,7 +45,9 @@
}
function messageSource(id) {
alert('delete')
window.open('/mailbox/source/{{$name}}/' + id, '_blank',
'width=800,height=600,' +
'location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no')
}
$(document).ready(listInit)