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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user