Your IP : 172.28.240.42


Current Path : /var/www/html/clients/tatneft-nhs.ru/plugins/system/aridocsviewer/assets/
Upload File :
Current File : /var/www/html/clients/tatneft-nhs.ru/plugins/system/aridocsviewer/assets/aridocsviewer.js

;(function($) {
    var is_ie = (navigator.userAgent.toLowerCase().indexOf('msie') != -1);
    $(function($) {
    	$(".adv-container").each(function() {
		if (!is_ie) {
	    		$(this).find("IFRAME").bind("load", function() {
	    			$(this).closest(".adv-container").removeClass("adv-loading");
	    		});
		} else {
	    		var self = $(this);
	    		$(this).find("IFRAME").ready(function() {
	    			self.find("IFRAME").closest(".adv-container").removeClass("adv-loading");
	    		});
		}
    	});
    });
})(jQuery);