修改BUG:更改1163行。设定toggleOff

This commit is contained in:
Argo-MacBookPro 2018-08-02 16:50:34 +08:00
parent cae508050c
commit de3f8b4994
1 changed files with 2 additions and 2 deletions

View File

@ -1165,8 +1165,8 @@
sprintf(' btn-%s', this.options.buttonsClass) +
sprintf(' btn-%s', this.options.iconSize) +
'" type="button" name="toggle" aria-label="toggle" title="%s">',
this.options.formatToggle()),
sprintf('<i class="%s %s"></i>', this.options.iconsPrefix, this.options.icons.toggle),
this.options.formatToggle()),
sprintf('<i class="%s %s"></i>', this.options.iconsPrefix, this.options.icons.toggleOff),
'</button>');
}