summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-10 09:20:45 +0300
committerAndrew Dolgov <[email protected]>2019-03-10 09:20:45 +0300
commit20e94f987a8415673fbe760ef2d0ae17ab047d16 (patch)
treef3e8ff9d07cd344404db295a7f078381f618d8d6
parent273ad083790cbd3cc83aeda5e35334795a7db7e2 (diff)
batch subscribe: stop dialog from being submitted twice
-rwxr-xr-x[-rw-r--r--]init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.js b/init.js
index 129571b..da32676 100644..100755
--- a/init.js
+++ b/init.js
@@ -9,7 +9,7 @@ require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
if (ttr > 1) {
const pr = document.createElement("span");
- pr.className = 'time-to-read insensitive';
+ pr.className = 'time-to-read text-muted';
pr.innerHTML = __("Time to read: ~%s minutes.").replace("%s", ttr);
row.querySelector(".titleWrap").appendChild(pr);