We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc831b commit 93c6537Copy full SHA for 93c6537
app/views/custom_message_settings/_messages.html.erb
@@ -25,6 +25,7 @@ $('#key-selector').on('select2:select', function (e) {
25
href: '#',
26
onclick: '$(this).closest("p").remove();; return false;'
27
}).appendTo($('#edit-custom-messages .tabular p:first'));
28
+ $('#key-selector').val('').change();
29
$('#key-selector option[value="' + key + '"]').prop("disabled", true).change();
30
setSelect2();
31
}
0 commit comments