Javascript hideLoading - jcobban/Genealogy GitHub Wiki

function hideLoading()

Up: Common Dialog Support

Source: /jscripts/util.js

The function hides the "loading" indicator from the user. This notifies the user that the extended operation that displayed the "loading" popup has completed. See function popupLoading().

Next: function popupAlert(msg, element)