MediaWiki:BibleGet.js: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) No edit summary |
Johnrdorazio (talk | contribs) No edit summary |
||
Line 143: | Line 143: | ||
let doFurtherDomManipulation = function(){ |
let doFurtherDomManipulation = function(){ |
||
jQuery('.bibleGetQuote').each(function(){ |
jQuery('.bibleGetQuote').each(function(){ |
||
/* |
|||
jQuery(this).find('.versesParagraph .verseText').each(function(){ |
jQuery(this).find('.versesParagraph .verseText').each(function(){ |
||
jQuery(this).contents().first().filter(function(){ |
jQuery(this).contents().first().filter(function(){ |
||
Line 190: | Line 191: | ||
} |
} |
||
}); |
}); |
||
*/ |
|||
jQuery(this).addClass('ready hidden'); |
jQuery(this).addClass('ready hidden'); |
||
}); |
}); |