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