From 1aaeefcb354ff989da0624b64b1b9fbaa366a28a Mon Sep 17 00:00:00 2001 From: Norbert Czirjak Date: Mon, 8 May 2023 13:54:30 +0200 Subject: [PATCH] design changes --- js/acdh_repo_gui.js | 2 +- js/api_search.js | 2 +- js/arche_detail_api.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/acdh_repo_gui.js b/js/acdh_repo_gui.js index 2e87b1e..eefc554 100644 --- a/js/acdh_repo_gui.js +++ b/js/acdh_repo_gui.js @@ -44,7 +44,7 @@ jQuery(function ($) { {data: 'sumcount', visible: false}, {data: 'image', width: "20%", render: function (data, type, row, meta) { let acdhid = row.acdhid.replace('https://', ''); - return '
\n\ + return '
\n\
\n\ \n\
\n\ diff --git a/js/api_search.js b/js/api_search.js index 195e38b..b396681 100644 --- a/js/api_search.js +++ b/js/api_search.js @@ -163,7 +163,7 @@ jQuery(function ($) { {data: 'image', width: "20%", render: function (data, type, row, meta) { if (row.pid) { let pid = row.pid.replace('https://', ''); - return '
\n\ + return '
\n\
\n\ \n\
\n\ diff --git a/js/arche_detail_api.js b/js/arche_detail_api.js index 5553515..0ad2b68 100644 --- a/js/arche_detail_api.js +++ b/js/arche_detail_api.js @@ -112,7 +112,7 @@ jQuery(function ($) { let acdhid = row.acdhid.replace('https://', ''); return ''; }