From ff725e9235e9d0e0543d1613af0e240ea3da9b9b Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Mon, 3 Feb 2020 21:15:47 +0100 Subject: [PATCH] Fix issue that prevents units from being copied Units have been placed with the ::after selector. Content showing with this pseudo-element can't be selected and copied. Now the units are automatically added when the value is set. --- OOMAnalyser.html | 119 +++++++++++++++++------------------------------ OOMAnalyser.py | 18 +++---- 2 files changed, 52 insertions(+), 85 deletions(-) diff --git a/OOMAnalyser.html b/OOMAnalyser.html index 506fa44..4017d1e 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -8,40 +8,6 @@