This commit is contained in:
James Campos 2011-05-02 23:52:03 -07:00
parent 8523da3050
commit 757c964f7b

View File

@ -934,6 +934,7 @@ threading =
# don't thread image controls
node = $ 'form[name=delform] > *:not([id])'
# don't confuse other scripts *cough*/b/ackwash*cough*
# gotta have a named function to unbind.
$.bind d, 'DOMNodeInserted', threading.stopPropagation
threading.thread node
$.unbind d, 'DOMNodeInserted', threading.stopPropagation