Page MenuHomePhabricator

Cannot read property 'toLowerCase' of null
Closed, DuplicatePublic

Description

Visit https://www.mediawiki.org/wiki/Beta_Features/Hovercards?debug=true
In the developer console there is an error on the following line:

if ( !bs.validExtensions[ title.getExtension().toLowerCase() ] ) {

It impacts anonymous and logged in users and does not seem to be browser dependent.