mirror of
https://gh.wpcy.net/https://github.com/Nexulo/freescout-extended-mail-vars.git
synced 2026-04-17 08:32:19 +08:00
12 lines
No EOL
288 B
JavaScript
12 lines
No EOL
288 B
JavaScript
/**
|
|
* Module's JavaScript.
|
|
*/
|
|
|
|
function maisenextendetmailvarInit()
|
|
{
|
|
$(document).ready(function(){
|
|
|
|
$('<option value="{%conversation.firstmessage%}">Initial Customer Message</option>').insertAfter($(".summernote-inservar").find("option[value='{%conversation.number%}']"));
|
|
|
|
});
|
|
} |