Commit 5eeccafc authored by Jacob Schatz's avatar Jacob Schatz Committed by Phil Hughes

Proper class jquery selector for `off`.

parent 1c3da0f7
...@@ -124,6 +124,6 @@ ...@@ -124,6 +124,6 @@
gl.text._previousState = $thisTextarea.val() gl.text._previousState = $thisTextarea.val()
gl.text.removeListeners = () -> gl.text.removeListeners = () ->
$('js-md').off() $('.js-md').off()
) window ) window
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment