From 655e33a223eef7214355b64807aee00d204d9f07 Mon Sep 17 00:00:00 2001
From: Gregor Gawol <gawol@ub.uni-leipzig.de>
Date: Thu, 19 Mar 2020 11:34:53 +0100
Subject: [PATCH] refs #16538 * complete documentation

---
 Readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Readme.md b/Readme.md
index 88152bf..4bd5984 100644
--- a/Readme.md
+++ b/Readme.md
@@ -48,7 +48,7 @@ $(document).ready(function() {
     method: 'GET',
     data: {id: recordId, source: recordSource}
   }).done(function(response) {
-    $('.boss-data-false').html(response.data.html);
+    $('.boss-data').html(response.data.html);
   });
 });
 JS;
-- 
GitLab