MediaWiki:Common.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 274:
// The button now persists on all screen sizes.
})();
 
/* Script for Inline Expandable Template */
$(function() {
$('.inline-expand-trigger').on('click', function() {
$(this).next('.inline-expand-content').toggle();
});
});
 
/* DO NOT ADD CODE BELOW THIS LINE */