修改BUG:更改1163行。设定toggleOff
This commit is contained in:
parent
cae508050c
commit
de3f8b4994
|
@ -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>');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue