diff --git a/script.coffee b/script.coffee index c535fdc85..73b6cdf6b 100644 --- a/script.coffee +++ b/script.coffee @@ -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