aboutsummaryrefslogtreecommitdiffstats
path: root/maine_coon.js
diff options
context:
space:
mode:
Diffstat (limited to 'maine_coon.js')
-rw-r--r--maine_coon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/maine_coon.js b/maine_coon.js
index f852ee0..4268e33 100644
--- a/maine_coon.js
+++ b/maine_coon.js
@@ -264,7 +264,7 @@ let elemStyle =
(value === undefined);
function important (style)
- style.replace(/;/g, ' !important;');
+ style.replace(/(!important)?\s*;/g, ' !important;');
let echo = (function () {
let time = 40;