[Webkit-unassigned] [Bug 173301] materiauxlaverdure.com fails to load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 13 09:52:30 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=173301

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
var content = element.getStyle('content');
if (content) {
    content = content.replace(/^\'/, '');
    content = content.replace(/\'$/, '');
    configs = JSON.decode(content); // This fails.
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170613/7af739f9/attachment.html>


More information about the webkit-unassigned mailing list