Skip to content

Commit b90aafa

Browse files
committed
Change initial state of toggle button.
Fixes #23.
1 parent 13e4cda commit b90aafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_from.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (window.rcmail) {
1111
var textEnable = rcmail.gettext('custom_from_on', 'custom_from');
1212
var textEnableHint = rcmail.gettext('custom_from_on_hint', 'custom_from');
1313

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

0 commit comments

Comments
 (0)