From fee72102c98dda4e4e8031e769710baf942d0578 Mon Sep 17 00:00:00 2001 From: Gaurav Nelson <23069445+gaurav-nelson@users.noreply.github.com> Date: Tue, 5 Aug 2025 21:54:02 +1000 Subject: [PATCH 1/2] Revert "Testing Edit this page along with select and report feature" This reverts commit c795052302064d118cfdf96c87664b6c7ebcb0e7. --- .hintrc | 20 --- layouts/_default/baseof.html | 3 +- .../partials/select-report-issue-hover.html | 54 -------- .../partials/select-report-issue-popup.html | 54 -------- layouts/partials/toc.html | 16 +-- static/js/select-report-issue-hover.js | 125 ------------------ static/js/select-report-issue-popup.js | 112 ---------------- 7 files changed, 4 insertions(+), 380 deletions(-) delete mode 100644 .hintrc delete mode 100644 layouts/partials/select-report-issue-hover.html delete mode 100644 layouts/partials/select-report-issue-popup.html delete mode 100644 static/js/select-report-issue-hover.js delete mode 100644 static/js/select-report-issue-popup.js diff --git a/.hintrc b/.hintrc deleted file mode 100644 index e30e55803..000000000 --- a/.hintrc +++ /dev/null @@ -1,20 +0,0 @@ -{ - "extends": [ - "development" - ], - "hints": { - "meta-viewport": "off", - "axe/text-alternatives": [ - "default", - { - "document-title": "off" - } - ], - "axe/language": [ - "default", - { - "html-has-lang": "off" - } - ] - } -} \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4264f4184..6e828cd91 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,7 +1,7 @@ {{- partial "head.html" . -}} -
+