From 618246f1f1a30b35be3a5359125f34b3f06a9980 Mon Sep 17 00:00:00 2001 From: Thaddee Tyl Date: Mon, 8 Aug 2016 21:45:49 +0200 Subject: [PATCH] Remove maxAge on front page links --- try.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/try.html b/try.html index 3d03b87..971f030 100644 --- a/try.html +++ b/try.html @@ -1285,7 +1285,7 @@ function markupDialog(tr) { var th = tr.firstElementChild; var link = th.dataset.link? th.dataset.link: ''; // Remove the ?maxAge parameter from the query string. - link.replace(/[\?&]maxAge=\d+$|maxAge=\d+&/, ''); + trimg.replace(/[\?&]maxAge=\d+$|maxAge=\d+&/, ''); copyForm.img.value = trimg; copyForm.url.value = link; // Insert documentation.