Blank Views on Dashboard Bug
-
There seems to be a problem in the file admin/js/slimstat.admin.js
Line 499 looks like this: if ( typeof values[ 2 ] == ‘string’ ) {
values is null and throws an error.
If line 499 is changed like this: if ( values != null && typeof values[ 2 ] == ‘string’ ) {
the problem resolves.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Blank Views on Dashboard Bug’ is closed to new replies.