diff --git a/LICENSE b/LICENSE index f300f091f..614bb8321 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.3.9 - 2014-02-20 +* 4chan X - Version 1.3.9 - 2014-02-24 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index d2fc0f9b2..d153bf932 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -24,7 +24,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.3.9 - 2014-02-20 +* 4chan X - Version 1.3.9 - 2014-02-24 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -5663,7 +5663,9 @@ $.on(d, 'dragstart dragend', QR.drag); return { catalog: function() { - return $.on(d, 'IndexRefresh', QR.generatePostableThreadsList); + if (Conf["Persistent QR"]) { + return QR.open(); + } }, index: function() { return $.on(d, 'IndexRefresh', QR.generatePostableThreadsList); diff --git a/builds/crx/script.js b/builds/crx/script.js index 6f01e9e8c..c06bc036d 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.3.9 - 2014-02-20 +* 4chan X - Version 1.3.9 - 2014-02-24 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -5698,7 +5698,9 @@ $.on(d, 'dragstart dragend', QR.drag); return { catalog: function() { - return $.on(d, 'IndexRefresh', QR.generatePostableThreadsList); + if (Conf["Persistent QR"]) { + return QR.open(); + } }, index: function() { return $.on(d, 'IndexRefresh', QR.generatePostableThreadsList); diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 1c6ffe076..c7b2f652e 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -72,7 +72,7 @@ QR = $.on d, 'dragstart dragend', QR.drag { catalog: -> - $.on d, 'IndexRefresh', QR.generatePostableThreadsList + QR.open() if Conf["Persistent QR"] index: -> $.on d, 'IndexRefresh', QR.generatePostableThreadsList thread: ->