Advertisement
Joeytje50

Untitled

Dec 7th, 2011
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if ($('.wikia-button.comments.secondary').attr('href') == '#WikiaArticleComments' && skin == 'oasis') {
  2.     $(document).ready(function() {
  3.         $('.wikia-button.comments.secondary').attr('href', '/wiki/Talk:' + wgPageName).html($('.wikia-button.comments.secondary').html().replace('Comments', 'Discussion'))
  4.     })
  5. }
  6.  
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement