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
Comments: ** Comment from web user: tha_watcha **
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
Comments: ** Comment from web user: tha_watcha **
Well ok after a quick search
[https://github.com/w8tcha/dnnckeditor/search?utf8=✓&q=ucfirst](https://github.com/w8tcha/dnnckeditor/search?utf8=✓&q=ucfirst)
i see the function is actually used in the dnnpages plugin but not in the other two.
Re-added the function to the plugin in the repository, and updated 02.01.01 Release