MediaWiki:Common.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1,375: | Line 1,375: | ||
} | } | ||
var title = $(' | var title = $('p').filter(function () { | ||
return $(this).text().trim() === 'કાવ્ય, ભજન'; | return $(this).text().trim() === 'કાવ્ય, ભજન'; | ||
}).first(); | }).first(); | ||
| Line 1,382: | Line 1,382: | ||
if (title.length && booksHeading.length) { | if (title.length && booksHeading.length) { | ||
title.insertAfter(booksHeading); | |||
} | } | ||
}); | }); | ||