۵٬۱۲۳
ویرایش
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۱۰۶: | خط ۱۰۶: | ||
var $body, $container, $dataContainer, $searchInputContainer, $searchInput, $resultList, $markCounter, $selections, | var $body, $container, $dataContainer, $searchInputContainer, $searchInput, $resultList, $markCounter, $selections, | ||
$selectFiles, $selectPages, $selectNone, $selectInvert, $settingsWrapper, $settingsLink, $head, $link, $overcat, | $selectFiles, $selectPages, $selectNone, $selectInvert, $settingsWrapper, $settingsLink, $head, $link, $overcat, | ||
commonsURL = 'https:// | commonsURL = 'https://wikihaj.com/index.php', | ||
is_rtl = $( 'body' ).hasClass( 'rtl' ), | is_rtl = $( 'body' ).hasClass( 'rtl' ), | ||
reCat, // localized category search regexp | reCat, // localized category search regexp | ||
خط ۱۹۲: | خط ۱۹۲: | ||
href: commonsURL + '?title=Special:MyLanguage/Help:Gadget-Cat-a-lot', | href: commonsURL + '?title=Special:MyLanguage/Help:Gadget-Cat-a-lot', | ||
target: '_blank', | target: '_blank', | ||
style: 'float: | style: 'float:left', | ||
title: ( $( '#n-help a' ).attr( 'title' ) || '' ) + ' (v. ' + this.version + ')' | title: ( $( '#n-help a' ).attr( 'title' ) || '' ) + ' (v. ' + this.version + ')' | ||
} ).text( '?' ) ); | } ).text( '?' ) ); | ||
خط ۳۲۲: | خط ۳۲۲: | ||
'jquery.ui.draggable', | 'jquery.ui.draggable', | ||
'jquery.ui.button', | 'jquery.ui.button', | ||
'mediawiki.api', | 'mediawiki.api.messages', | ||
'mediawiki.jqueryMsg' | 'mediawiki.jqueryMsg' | ||
] ), $.ready ) | ] ), $.ready ) | ||
خط ۱٬۱۵۰: | خط ۱٬۱۵۰: | ||
table.width( '100%' ); | table.width( '100%' ); | ||
$container.height( Math.min( $container.height(), $head.offset().top - $container.offset().top + 10 ) ); | $container.height( Math.min( $container.height(), $head.offset().top - $container.offset().top + 10 ) ); | ||
$container.offset( { | $container.offset( { right: $( window ).width() - $container.outerWidth() } ); // Fix overlap | ||
}, | }, | ||
خط ۱٬۲۹۶: | خط ۱٬۲۹۶: | ||
$link.after( $( '<a>' ) | $link.after( $( '<a>' ) | ||
.text( '–' ) | .text( '–' ) | ||
.css( { fontWeight: 'bold', | .css( { fontWeight: 'bold', marginright: '.7em' } ) | ||
.one( 'click', this.minimize ) | .one( 'click', this.minimize ) | ||
); | ); |
ویرایش