https://bugzilla.wikimedia.org/show_bug.cgi?id=42938
Michael M. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Michael M. <[email protected]> --- From JS code: // Don't make a request if there is no title. if ( typeof ctTitle !== 'string' ) { error(); return; } This should be something like "if ( !ctTitle ) {" istead. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
