We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e4cda commit b90aafaCopy full SHA for b90aafa
custom_from.js
@@ -11,7 +11,7 @@ if (window.rcmail) {
11
var textEnable = rcmail.gettext('custom_from_on', 'custom_from');
12
var textEnableHint = rcmail.gettext('custom_from_on_hint', 'custom_from');
13
14
- var button = $('<a class="custom-from-off iconlink input-group-text" href="#">')
+ var button = $('<a class="custom-from-on iconlink input-group-text" href="#">')
15
.attr('title', textEnableHint)
16
.text(textEnable);
17
0 commit comments