User:Thatgaypigeon/common.js

Hello, you have come here looking for the meaning of the word User:Thatgaypigeon/common.js. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:Thatgaypigeon/common.js, but we will also tell you about its etymology, its characteristics and you will know how to say User:Thatgaypigeon/common.js in singular and plural. Everything you need to know about the word User:Thatgaypigeon/common.js you have here. The definition of the word User:Thatgaypigeon/common.js will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:Thatgaypigeon/common.js, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
$(document).ready(function() {
	if ( window.innerWidth <= 700 ) {
		// mobile sections collapsed by default
		$("h2.section-heading.collapsible-heading").removeClass("open-block");
		$("h2.section-heading.collapsible-heading > span.mf-icon").removeClass("mf-mw-ui-icon-rotate-flip");
		$("h2.section-heading.collapsible-heading > span.mw0headline").attr("aria-expanded", "false");
		
		$("h2.section-heading.collapsible-heading + section.collapsible-block").removeClass("open-block");
		$("h2.section-heading.collapsible-heading + section.collapsible-block").attr("hidden", "until-found");
	}
});