PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/weddinginfotips.kerihosting.com/wp-content/plugins/obox-mobile/functions/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/weddinginfotips.kerihosting.com/wp-content/plugins/obox-mobile/functions/web-app.js

if(window.navigator.standalone) {
	jQuery(document).ready(function(){		
		jQuery("body").css("margin-top", "21px");
		jQuery("a").live("click", function(){
										   
			
			var href = jQuery(this).attr("href")
			var target = jQuery(this).attr("target");
			
			if(target.indexOf("blank") !== -1)
				{
					new_window = confirm("This link will open up in Safari, would you like to continue?");
					if(new_window){
						return true;
					}
				}
			else if(href !== "#")
				{
					jQuery("body").animate({opacity: 0.5});
					jQuery.get(href, {webapp: 1},
					function(data) {
						//Fade in the new content
						jQuery("body").html(data).animate({opacity: 1});
						
						// Set post images
						jQuery(".thumbnail > img, .post-image img").css("maxWidth", (body_width-20)+"px");
				
						// Set the Slider Attributes
						jQuery(".slider, .slider ul li").css("width", (body_width+"px"));	
						jQuery(".slider").css("height", (jQuery(".slider img").height()+20)+"px");
						
					});		
					return false;
				}
		});		
	});
}