var message="Function Disabled!"; function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false")
meta name=”viewport” content=”width=device-width, initial-scale=1, user-scalable=no”
meta name=”format-detection” content=”telephone=no”
You’ll get a error message when pasting this code. Once pasted in the Custom code area, be sure to replace all quote marks. The quotation marks in the designer are not the same as in the Custom Code-area.
<script language="JavaScript”>
<!--
document.writeln("<script src='https://maps.googleapis.com/maps/api/js?key=AIzaSyA4y1ZR_U6_ZfDdPpH1eBV5zAWGzczmaus&sensor&sensor=false&extension=.js'></script>”);
//-->
</script>
ondragstart=”return false” onselectstart=”return false”
/* Safari & Webkit blinking fix */
.class, .class1, .class2 {
-webkit-backface-visibility: hidden;
-webkit-font-smoothing: antialiased !important;
font-smoothing: antialiased !important;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0);
}
::-moz-selection { /* Firefox */ color: #ffffff;
background: #fa5bd3; }
::selection {color: #ffffff;
background: #fa5bd3; }
@media screen and (min-width: 1200px) {
.w-container {
max-width: 1170px; }
}