Skip to content

Commit

Permalink
start throbber early
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Dec 26, 2023
1 parent dc0ee1a commit 644244a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions croutonjs/meetingMap/js/meeting_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function MeetingMap(inConfig) {
controlDiv.querySelector("#bmltsearch-text-button").addEventListener('click', function () {
let text = document.getElementById("bmltsearch-goto-text").value.trim();
if (text === "") return;
showThrobber();
gDelegate.callGeocoder(text, null, mapSearchGeocode);
closeModalWindow(gSearchModal);
});
Expand Down
1 change: 0 additions & 1 deletion croutonjs/src/js/crouton-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,6 @@ Crouton.prototype.searchMap = function() {
}
Crouton.prototype.render = function(doMeetingMap = false) {
var self = this;
self.config.map_search = null;
self.lock(function() {
var body = jQuery("body");
if (self.config['theme'] !== '') {
Expand Down

0 comments on commit 644244a

Please sign in to comment.