mirror of
https://github.com/processwire/processwire.git
synced 2025-08-27 08:35:15 +02:00
Fix issue processwire/processwire-issues#1644
This commit is contained in:
committed by
Ryan Cramer
parent
3ce686d1e3
commit
efbe13ae9d
@@ -161,7 +161,10 @@ var ProcessLister = {
|
|||||||
if(!confirm(msg)) return false;
|
if(!confirm(msg)) return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ProcessLister.results.find('.lister_headline').append("<i class='fa fa-spin fa-spinner'></i>");
|
var $headline = ProcessLister.results.find('.lister_headline');
|
||||||
|
if(!$headline.find('i.fa-spin').length) {
|
||||||
|
$headline.append("<i class='fa fa-spin fa-spinner'></i>");
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
refreshAll = false;
|
refreshAll = false;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user