Skip to content

Commit

Permalink
Fix refresh icon being triggered when refreshing a quick search
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Nov 18, 2014
1 parent 08a1e95 commit 9021293
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions imp/js/dimpbase.js
Expand Up @@ -2125,7 +2125,7 @@ var DimpBase = {
poll: function(search)
{
var args = $H(),
opts = {};
opts = { loading: 'viewport' };

// Reset poll counter.
this.setPoll();
Expand All @@ -2151,8 +2151,6 @@ var DimpBase = {

if (search) {
args.set('forceUpdate', 1);
} else {
opts.loading = 'viewport';
}

DimpCore.doAction('poll', args, opts);
Expand Down

0 comments on commit 9021293

Please sign in to comment.