Browse Source

Check for stringchange after search results

pull/70/head
Ruud 13 years ago
parent
commit
9abef64135
  1. 3
      couchpotato/core/plugins/movie/static/search.js

3
couchpotato/core/plugins/movie/static/search.js

@ -139,6 +139,9 @@ Block.Search = new Class({
});
if(q != self.q())
self.list()
},
loading: function(bool){

Loading…
Cancel
Save