All public logs

Jump to navigation Jump to search

Combined display of all available logs of Ekatra Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:37, 3 January 2023 Jayprakash12345 talk contribs created page MediaWiki:Mobile.js (Created page with "All JavaScript here will be loaded for users of the mobile site: $( function(){ var countPoem2 = $(".Poem2-Ekatra"); if( countPoem2.length > 0 ){ var Poem2lenghtArray = []; for (var k = 0; k <= countPoem2.length; k++) { Poem2lenghtArray.push(k); } Poem2lenghtArray.forEach(function(j) { var poemElement = $(".Poem2-Ekatra").eq(j); if( poemElement.length ){ var poemText = poemElement.html(); var poemArray = poemText.split("\...")