]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5133 Fix search on blur of query field
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 18 Jun 2014 12:44:00 +0000 (14:44 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 18 Jun 2014 14:16:11 +0000 (16:16 +0200)
sonar-server/src/main/coffee/coding-rules/views/filters/query-filter-view.coffee

index 0787524837fc0ff006b2e38688238c4a72ee7c8b..989fddcbd5c273e5c31dc0d95d636c76c834a55a 100644 (file)
@@ -28,7 +28,6 @@ define [
     change: (e) ->
       @model.set 'value', $j(e.target).val()
       @options.app.codingRules.sorting = sort: '', asc: ''
-      @options.app.fetchFirstPage()
 
 
     clear: ->