function validateTablet(){var n=$("#tabletSuggestRotation"),t,i;$("#tabletSuggestRotationIndicator").is(":visible")?(t=document.getElementById("tabletSuggestRotation").dataset.page,i=$(window),localStorage.getItem("tablet-rotation-notification-"+t)==null&&(n.modal("show").css({top:i.height()/2-102+"px",left:i.width()/2-n.width()/2+"px","margin-left":"0px"}),localStorage.setItem("tablet-rotation-notification-"+t,"true"))):n.modal("hide")}$(document).ready(function(){validateTablet()});$(window).resize(function(){validateTablet()})