Page MenuHomePhabricator

Toggling last section in MobileFrontend shows JS error
Closed, ResolvedPublic

Description

document.getElementById(d[i] + section_id) is null

at this line:
var s = document.getElementById( d[i] + section_id ).style;

This prompts for a break in FireBug which is maddening. :)


Version: unspecified
Severity: normal
URL: http://en.m.wikipedia.org/wiki/Eiffel_Tower

Details

Reference
bz33547

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:59 PM
bzimport set Reference to bz33547.
bzimport added a subscriber: Unknown Object (MLST).

preilly wrote:

Fixed in r108160.