MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
← Older edit
Newer edit →
MediaWiki:Common.js
(view source)
Revision as of 10:27, 21 April 2026
372 bytes removed
,
21 April
no edit summary
Revision as of 10:24, 21 April 2026
(
view source
)
Admin
(
talk
|
contribs
)
No edit summary
← Older edit
Revision as of 10:27, 21 April 2026
(
view source
)
Admin
(
talk
|
contribs
)
No edit summary
Newer edit →
Line 1,790:
Line 1,790:
hidePrintSelectionOptions();
hidePrintSelectionOptions();
}
}
});
jQuery(document).on("click", "#print-selection-button", function (e) {
e.preventDefault();
var $chooser = swEnsurePrintChooser();
$chooser.css({ position: "absolute", zIndex: 99999 });
$chooser.toggle();
var visible = $chooser.is(":visible");
jQuery("#show-article").toggleClass("print-opts-open", visible);
swBindChoiceAnchors();
});
});
Admin
Bureaucrats
,
Interface administrators
,
Administrators
4,656
edits
Navigation menu
Personal tools
Log in
Namespaces
Message
Discussion
English
Views
Read
View source
View history
More
NAVIGATION
Home
Tools
Special pages
Printable version