Commit e6776682 by Rocky Duan

..and fix again bug caused by changing id

parent 5fcc1213
......@@ -300,7 +300,7 @@ Discussion =
$local(".discussion-search-form").submit (event) ->
event.preventDefault()
text = $local(".searchInput").val()
text = $local(".search-input").val()
isSearchWithinBoard = $local(".discussion-search-within-board").is(":checked")
handleSearch(text, isSearchWithinBoard)
......
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