diff --git a/books/quranBakurube.html b/books/quranBakurube.html index d39fd5e84..3a0459cf4 100644 --- a/books/quranBakurube.html +++ b/books/quranBakurube.html @@ -1 +1 @@ -Hadithmv - Bakurube Quran Tharujama
hadith mvترجمة بكر بي – ބަކުރުބެގެ ގުރްއާން ތަރުޖަމާ
\ No newline at end of file +Hadithmv - Bakurube Quran Tharujama
hadith mvترجمة بكر بي – ބަކުރުބެގެ ގުރްއާން ތަރުޖަމާ
\ No newline at end of file diff --git a/books/quranSoabuni.html b/books/quranSoabuni.html index 11c408e6d..b85bdd90f 100644 --- a/books/quranSoabuni.html +++ b/books/quranSoabuni.html @@ -1 +1 @@ -Hadithmv - Soabuni's Tafsir al-Waadih al-Muyassar
hadith mvالتفسير الواضح الميسر – ޞާބޫނީގެ ތަފްސީރު
\ No newline at end of file +Hadithmv - Soabuni's Tafsir al-Waadih al-Muyassar
hadith mvالتفسير الواضح الميسر – ޞާބޫނީގެ ތަފްސީރު
\ No newline at end of file diff --git a/uc/quranBakurube.html b/uc/quranBakurube.html index 2a78b51f4..af34b84e9 100644 --- a/uc/quranBakurube.html +++ b/uc/quranBakurube.html @@ -1194,17 +1194,20 @@ $("#quranTable").DataTable().column(6).visible(!isVisible); } - // Simulate copy button click - document - .querySelector( - "#quranTable_wrapper > div.dTop > div.dt-buttons > button.dt-button.buttons-copy.buttons-html5" - ) - .click(); + // trigger click on copy button, works on mobile + $(".buttons-html5").click(); // Restore visibility to its original state if (isVisible) { $("#quranTable").DataTable().column(6).visible(true); } + + // old Simulate copy button click, didnt work except on desktop + /*document + .querySelector( + "#quranTable_wrapper > div.dTop > div.dt-buttons > button.dt-button.buttons-copy.buttons-html5" + ) + .click();*/ } /*OLD CODE BELOW: diff --git a/uc/quranSoabuni.html b/uc/quranSoabuni.html index 9996800ba..856f484fe 100644 --- a/uc/quranSoabuni.html +++ b/uc/quranSoabuni.html @@ -1168,12 +1168,8 @@ $("#quranTable").DataTable().column(6).visible(!isVisible); } - // Simulate copy button click - document - .querySelector( - "#quranTable_wrapper > div.dTop > div.dt-buttons > button.dt-button.buttons-copy.buttons-html5" - ) - .click(); + // trigger click on copy button, works on mobile + $(".buttons-html5").click(); // Restore visibility to its original state if (isVisible) {