From 11a8915d20b0525ee6561ac7f7ce56ebd61101ab Mon Sep 17 00:00:00 2001 From: Alex Clay Date: Wed, 16 May 2018 17:44:35 -0400 Subject: [PATCH] add link to Arabic repo --- js/slideshow/Modal.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/slideshow/Modal.js b/js/slideshow/Modal.js index 97d2376..25cd17a 100644 --- a/js/slideshow/Modal.js +++ b/js/slideshow/Modal.js @@ -109,6 +109,10 @@ subscribe("modal/translations", function(){ html += " "+getWords("translations_original")+""; html += "
"; html += _createLinks(" · "); + + // ar + html += " · العربية"; + $("#modal_content").innerHTML = html; // Show in large box