Javascript: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 June 2024

  • curprev 01:3401:34, 28 June 2024Admin talk contribs 594 bytes −1 No edit summary
  • curprev 01:3401:34, 28 June 2024Admin talk contribs 595 bytes +16 No edit summary
  • curprev 01:3201:32, 28 June 2024Admin talk contribs 579 bytes +579 Created page with "<script> var url = "https://raw.githubusercontent.com/iherbs/quran-json/main/"; async function get(file = "") { return new Promise((resolve, _reject) => { xmlhttp = new XMLHttpRequest(); xmlhttp.open("GET", file); xmlhttp.onreadystatechange = function () { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { // console.log(xmlhttp.responseText); resolve(xmlhttp.responseText); } }; xmlhttp.send(); }); } async functio..."