window.onhashchange = function()

in amoro-site/themes/amoro-theme/static/js/iceberg-theme.js [15:19]


	window.onhashchange = function() {
		if (!location.hash){
			$(modal).modal('hide');
		}
	}