mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 08:36:06 +10:00
Proper class jquery selector for off.
This commit is contained in:
committed by
Phil Hughes
parent
1c3da0f72e
commit
5eeccafca4
@@ -124,6 +124,6 @@
|
||||
gl.text._previousState = $thisTextarea.val()
|
||||
|
||||
gl.text.removeListeners = () ->
|
||||
$('js-md').off()
|
||||
$('.js-md').off()
|
||||
|
||||
) window
|
||||
Reference in New Issue
Block a user