Difference between revisions of "Template:Uppsala/javascript/iGemRemoval js"

(Created page with " $(document).ready(function() { $('div#content').removeAttr('id').attr('id', 'contentBox'); $('a#top').remove(); $('div#top_title').remove(); $('div#HQ_page').removeAttr(...")
 
Line 1: Line 1:
 
+
<html>
 +
<script>
 
$(document).ready(function() {
 
$(document).ready(function() {
  
Line 12: Line 13:
 
  $('div.mw-content-ltr').removeAttr('class').attr('id', 'Global');
 
  $('div.mw-content-ltr').removeAttr('class').attr('id', 'Global');
 
})
 
})
 +
 +
</script>
 +
</html>

Revision as of 10:30, 14 June 2018