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

@ -138,6 +138,9 @@ Block.Search = new Class({
self.movies[movie.imdb || 'r-'+Math.floor(Math.random()*10000)] = m
});
if(q != self.q())
self.list()
},

Loading…
Cancel
Save