Your IP : 216.73.216.133


Current Path : /home/u4uwebca/public_html/4uweb.design/media/com_rsform/js/admin/
Upload File :
Current File : /home/u4uwebca/public_html/4uweb.design/media/com_rsform/js/admin/script40.js

window.addEventListener('DOMContentLoaded', function(){
	if (typeof jQuery !== 'undefined' && typeof bootstrap !== 'undefined' && typeof jQuery.fn.modal === 'undefined')
	{
		jQuery.fn.modal = function() {
			var element = this[0];
			var modal = bootstrap.Modal.getInstance(element);

			if (!modal)
			{
				modal = new bootstrap.Modal(element);
			}

			switch (arguments[0])
			{
				case 'show':
					modal.show();
					break;

				case 'hide':
					modal.hide();
					break;
			}
		}
	}
})