Page MenuHomePhabricator

TMH video.js-mode iframe embedding code runs on every page view, removing element with id 'bgimage'
Closed, ResolvedPublic

Description

Followup from https://gerrit.wikimedia.org/r/#/c/296156/ -- iframe embedding code for video.js gets run on every page view, causing any element with id 'bgimage' to be removed.

This code should only be run on the iframe embed view, and nowhere else.

Details