Hi,
The function ucFirst is removed from the dnnpages plugin with fix #7969
This causes issues when not all other plugin are loaded.
(Because some other plugin include this function )
function ucFirst(str) {
- str += '';
- var f = str.charAt(0).toUpperCase();
- return f + str.substr(1);
- }
Regards,
Sacha
The function ucFirst is removed from the dnnpages plugin with fix #7969
This causes issues when not all other plugin are loaded.
(Because some other plugin include this function )
function ucFirst(str) {
- str += '';
- var f = str.charAt(0).toUpperCase();
- return f + str.substr(1);
- }
Regards,
Sacha