mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
Add advanced mailer module
This commit is contained in:
parent
0961253a74
commit
f9394ca26d
26 changed files with 1997 additions and 0 deletions
15
modules/advanced_mailer/tpl/js/view_log.js
Normal file
15
modules/advanced_mailer/tpl/js/view_log.js
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
(function($) {
|
||||
|
||||
$(function() {
|
||||
|
||||
$("a.show-errors").click(function(event) {
|
||||
event.preventDefault();
|
||||
var error_msg = $(this).siblings("div.mail-log-errors").html();
|
||||
alert(error_msg);
|
||||
$(".x_modal._common._small").removeClass("_small");
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
} (jQuery));
|
||||
Loading…
Add table
Add a link
Reference in a new issue