diff --git a/builds/4chan-X.js b/builds/4chan-X.js index b78810aad..42654693c 100644 --- a/builds/4chan-X.js +++ b/builds/4chan-X.js @@ -6860,7 +6860,8 @@ com.setSelectionRange(range, range); com.focus(); QR.selected.save(com); - return QR.selected.save(thread); + QR.selected.save(thread); + return $.rmClass($('.qr-shortcut'), 'disabled'); }, characterCount: function() { var count, counter; diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 62cba2e50..4c88dd878 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -6852,7 +6852,8 @@ com.setSelectionRange(range, range); com.focus(); QR.selected.save(com); - return QR.selected.save(thread); + QR.selected.save(thread); + return $.rmClass($('.qr-shortcut'), 'disabled'); }, characterCount: function() { var count, counter; diff --git a/builds/crx/script.js b/builds/crx/script.js index 4ba114869..7f3917f41 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -6779,7 +6779,8 @@ com.setSelectionRange(range, range); com.focus(); QR.selected.save(com); - return QR.selected.save(thread); + QR.selected.save(thread); + return $.rmClass($('.qr-shortcut'), 'disabled'); }, characterCount: function() { var count, counter; diff --git a/src/code/posting/qr.coffee b/src/code/posting/qr.coffee index 91cef3713..2505b2b63 100644 --- a/src/code/posting/qr.coffee +++ b/src/code/posting/qr.coffee @@ -294,6 +294,8 @@ QR = QR.selected.save com QR.selected.save thread + $.rmClass $('.qr-shortcut'), 'disabled' + characterCount: -> counter = QR.nodes.charCount count = QR.nodes.com.textLength