diff --git a/src/General/css/style.css b/src/General/css/style.css index 014e807e1..65e727123 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1280,6 +1280,9 @@ input#qr-filename:not(.edit) { #file-n-submit.add-cooldown { height: 43px; } +#file-n-submit:not(.add-cooldown) #add-cooldown-label { + display: none; +} #qr input[type="file"] { visibility: hidden; position: absolute; diff --git a/src/General/html/Features/QuickReply.html b/src/General/html/Features/QuickReply.html index c9ed33c32..fa1187734 100755 --- a/src/General/html/Features/QuickReply.html +++ b/src/General/html/Features/QuickReply.html @@ -36,7 +36,7 @@ - #{if parseInt(Conf['additionalCooldown']) > 0 then 'Enable Custom Cooldown' else ''} +