Loading indicator for notes
This commit is contained in:
parent
7a435df917
commit
4bfbdcc2f1
2 changed files with 16 additions and 1 deletions
|
@ -135,7 +135,9 @@ function initializeBrowse(map) {
|
|||
}
|
||||
|
||||
function setStatus(status) {
|
||||
$('#browse_status').append($('<p></p>').text(status));
|
||||
if($('#browse_status').is(':empty')) {
|
||||
$('#browse_status').append($('<p></p>').text(status));
|
||||
}
|
||||
}
|
||||
|
||||
function clearStatus() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue