mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 08:13:38 +00:00
Remove double spaces
Change-Id: I00d5cdf7aec91ec56117d395866c464e385f6dd9
This commit is contained in:
parent
789ccdeae6
commit
84b260587e
|
@ -284,10 +284,10 @@ class MultimediaViewerHooks {
|
|||
*/
|
||||
public static function resourceLoaderGetConfigVars( &$vars ) {
|
||||
global $wgMediaViewerActionLoggingSamplingFactorMap, $wgMediaViewerNetworkPerformanceSamplingFactor,
|
||||
$wgMediaViewerDurationLoggingSamplingFactor, $wgMediaViewerDurationLoggingLoggedinSamplingFactor,
|
||||
$wgMediaViewerAttributionLoggingSamplingFactor, $wgMediaViewerDimensionLoggingSamplingFactor,
|
||||
$wgMediaViewerIsInBeta, $wgMediaViewerUseThumbnailGuessing, $wgMediaViewerImageQueryParameter,
|
||||
$wgMediaViewerRecordVirtualViewBeaconURI, $wgMediaViewerExtensions;
|
||||
$wgMediaViewerDurationLoggingSamplingFactor, $wgMediaViewerDurationLoggingLoggedinSamplingFactor,
|
||||
$wgMediaViewerAttributionLoggingSamplingFactor, $wgMediaViewerDimensionLoggingSamplingFactor,
|
||||
$wgMediaViewerIsInBeta, $wgMediaViewerUseThumbnailGuessing, $wgMediaViewerImageQueryParameter,
|
||||
$wgMediaViewerRecordVirtualViewBeaconURI, $wgMediaViewerExtensions;
|
||||
|
||||
$vars['wgMultimediaViewer'] = array(
|
||||
'infoLink' => self::$infoLink,
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
* will be autodetected if omitted
|
||||
*/
|
||||
function ThumbnailWidthCalculator( options ) {
|
||||
options = $.extend( {}, this.defaultOptions, options );
|
||||
options = $.extend( {}, this.defaultOptions, options );
|
||||
|
||||
if ( !options.widthBuckets.length ) {
|
||||
throw 'No buckets!';
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
|
||||
.jq-fullscreened {
|
||||
.mw-mmv-image-wrapper, // make the image occupy the whole screen
|
||||
.mw-mmv-post-image { // make sure the panel fits in the screen and does not cause scrollbars to appear
|
||||
.mw-mmv-post-image { // make sure the panel fits in the screen and does not cause scrollbars to appear
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
// Hovering over .mw-mmv-ttf-ellipsis-container will make the ellipsis more visible to attract
|
||||
// attention to it. Since it has to be set on a parent element which is not under control of
|
||||
// TruncatableTextField, setting it is the caller's responsibility.
|
||||
// TruncatableTextField, setting it is the caller's responsibility.
|
||||
.mw-mmv-ttf-ellipsis-container:hover & {
|
||||
background-color: #d7d7d7;
|
||||
/* @embed */
|
||||
|
|
Loading…
Reference in a new issue