jenkins-bot has submitted this change and it was merged.
Change subject: iframe: Fix module position warning
......................................................................
iframe: Fix module position warning
The warning for missing position definition for the iframe styling
module was invisble due to the fullscreen nature of iframe mode and we
thus missed it in Ib3360fa9271b9452cec5e86281c2859f7e0f464e
Relates to bug T74675
Change-Id: I8f6565dc5722794c442184267406d26fc7e1a053
---
M TimedMediaHandler.hooks.php
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Brion VIBBER: Looks good to me, approved
jenkins-bot: Verified
diff --git a/TimedMediaHandler.hooks.php b/TimedMediaHandler.hooks.php
index c3cef5f..4710dda 100644
--- a/TimedMediaHandler.hooks.php
+++ b/TimedMediaHandler.hooks.php
@@ -88,6 +88,7 @@
),
'embedPlayerIframeStyle'=> $baseExtensionResource +
array(
'styles' => 'resources/embedPlayerIframe.css',
+ 'position' => 'bottom',
),
'ext.tmh.embedPlayerIframe' => $baseExtensionResource +
array(
'scripts' =>
'resources/ext.tmh.embedPlayerIframe.js',
--
To view, visit https://gerrit.wikimedia.org/r/247640
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8f6565dc5722794c442184267406d26fc7e1a053
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TimedMediaHandler
Gerrit-Branch: master
Gerrit-Owner: TheDJ <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits