don't thread image controls
This commit is contained in:
parent
c1b5bdb24b
commit
f88d55fa59
@ -1141,7 +1141,7 @@
|
|||||||
threadHiding = {
|
threadHiding = {
|
||||||
init: function() {
|
init: function() {
|
||||||
var a, hiddenThreads, node, op, thread, _i, _len, _ref, _results;
|
var a, hiddenThreads, node, op, thread, _i, _len, _ref, _results;
|
||||||
node = $('form[name=delform] > *');
|
node = $('form[name=delform] > *:not([id])');
|
||||||
threadHiding.thread(node);
|
threadHiding.thread(node);
|
||||||
hiddenThreads = $.getValue("hiddenThread/" + g.BOARD + "/", {});
|
hiddenThreads = $.getValue("hiddenThread/" + g.BOARD + "/", {});
|
||||||
_ref = $$('div.thread');
|
_ref = $$('div.thread');
|
||||||
|
|||||||
@ -877,7 +877,7 @@ qr =
|
|||||||
|
|
||||||
threadHiding =
|
threadHiding =
|
||||||
init: ->
|
init: ->
|
||||||
node = $ 'form[name=delform] > *'
|
node = $ 'form[name=delform] > *:not([id])'
|
||||||
threadHiding.thread node
|
threadHiding.thread node
|
||||||
|
|
||||||
hiddenThreads = $.getValue "hiddenThread/#{g.BOARD}/", {}
|
hiddenThreads = $.getValue "hiddenThread/#{g.BOARD}/", {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user