Skip to content

Commit

Permalink
Move HR.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma committed Aug 24, 2017
1 parent 8b7c181 commit 92602a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncsearch.js
Expand Up @@ -28,14 +28,14 @@
'term': $('#asyncsearch').data('term')
} ).success( function( data ) {
searchPlugin.handler.call( $('#asyncsearch'), data);
$('<hr/>').appendTo( $('#asyncsearch') );
_.start();
} );
};

_.start = function() {
if ( resultHandlers.length > 0 ) {
$('.asyncsearch.wave').addClass('show');
$('<hr/>').appendTo( $('#asyncsearch') );
_.executeSearch.call( resultHandlers.shift() );
} else {
window.setTimeout( function() {
Expand Down

0 comments on commit 92602a4

Please sign in to comment.