Difference between revisions of "MediaWiki:Common.js"
From Shangpa Resource Center
(Created page with "→Any JavaScript here will be loaded for all users on every page load.: $(function () { $('#searchInput').attr('placeholder', 'Search the library'); }());") |
(No difference)
|
Revision as of 19:08, 22 November 2018
/* Any JavaScript here will be loaded for all users on every page load. */ $(function () { $('#searchInput').attr('placeholder', 'Search the library'); }());