Skip to content

Commit

Permalink
Change initial state of toggle button.
Browse files Browse the repository at this point in the history
Fixes #23.
  • Loading branch information
r3c committed May 1, 2021
1 parent 13e4cda commit b90aafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_from.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (window.rcmail) {
var textEnable = rcmail.gettext('custom_from_on', 'custom_from');
var textEnableHint = rcmail.gettext('custom_from_on_hint', 'custom_from');

var button = $('<a class="custom-from-off iconlink input-group-text" href="#">')
var button = $('<a class="custom-from-on iconlink input-group-text" href="#">')
.attr('title', textEnableHint)
.text(textEnable);

Expand Down

0 comments on commit b90aafa

Please sign in to comment.