MediaWiki:Gadget-find-archived-section.js: Difference between revisions

Content deleted Content added
escape $ in the section names, that would break JS replace(), tweak comments a bit
ensure execution after document ready
Line 1:
$(function() {
 
var addsection = document.getElementById('ca-addsection');
Line 145:
});
 
})();