|
@@ -327,4 +327,19 @@ $(document).ready(function() {
|
|
|
js = d.createElement(s); js.id = id;
|
|
|
js.src = "//connect.facebook.net/es_ES/sdk.js#xfbml=1&version=v2.8&appId=1511113442515741";
|
|
|
fjs.parentNode.insertBefore(js, fjs);
|
|
|
-}(document, 'script', 'facebook-jssdk'));
|
|
|
+}(document, 'script', 'facebook-jssdk'));
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+var width = $(window).width();
|
|
|
+if(width > 768) {
|
|
|
+$(document).ready(function(){
|
|
|
+
|
|
|
+ $("#whatsapp").click(function(){
|
|
|
+ alert("Uopaa... Servicio Disponible solo en Celulares, ok?, para web.whatsapp.com primero agreganos en tus contactos");
|
|
|
+ return false;
|
|
|
+ });
|
|
|
+});
|
|
|
+};
|