From ce00640954839d8a1f4142ff610469943833cb6e Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Wed, 22 Mar 2017 12:46:17 -0400 Subject: Revert "reproducible debian: show the "show all" button when summary tag supported" This reverts commit 1b4dc1b3191e3623a0eeb7cacef80be1ab71d0a2. Signed-off-by: Holger Levsen --- userContent/reproducible/static/pkgset.js | 9 --------- userContent/reproducible/static/style.css | 4 ---- 2 files changed, 13 deletions(-) delete mode 100644 userContent/reproducible/static/pkgset.js (limited to 'userContent') diff --git a/userContent/reproducible/static/pkgset.js b/userContent/reproducible/static/pkgset.js deleted file mode 100644 index 530679a3..00000000 --- a/userContent/reproducible/static/pkgset.js +++ /dev/null @@ -1,9 +0,0 @@ -window.onload = function () { - var userAgent = navigator.userAgent.toLowerCase(); - var version = /firefox\/(\d+)/.exec(userAgent); - if (!version || (version.length === 2 && version[1] > 48)) { - // Reveal the "expand-all-pkgset" button when not in firefox (where - // summary tags are not supported) - document.getElementById("expand-all-pkgsets").style.display='inline'; - } -} diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index 2c4a4b43..49775233 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -180,10 +180,6 @@ ul li { font-weight: bold; } -#expand-all-pkgsets { - display: none; -} - h1 { font-size : 250%; padding: 0; -- cgit v1.2.3-54-g00ecf