- Fixed a bug where "signature reader" updates don´t respect changed sig. `groupId` changes, closed #838 - Fixed some minor CSS glitches in "modals/popups" - Upgraded "[_BootboxJS_](http://bootboxjs.com)" js lib `v4.4.0` → `v5.2.0` - Upgraded "[_hoverIntent_](http://briancherne.github.io/jquery-hoverIntent/)" js lib `v1.9.0` → `v1.10.0`
3 lines
108 B
SCSS
3 lines
108 B
SCSS
@function capitalize($string) {
|
|
@return to-upper-case(str-slice($string, 1, 1)) + str-slice($string, 2);
|
|
} |