kevin tessier пре 5 година
родитељ
комит
9978c8eb8a

+ 0 - 2
user/themes/lecampus/js/site.js

@@ -25,9 +25,7 @@ function map() {
   			.setContent("You clicked the map at " + e.latlng.toString())
   			.openOn(mymap);
   	}
-
   	mymap.on('click', onMapClick);
-
   }
 }
 

+ 3 - 4
user/themes/lecampus/templates/partials/cal-event.html.twig

@@ -58,18 +58,17 @@
           <img src="/user/themes/lecampus/images/fb_black.svg" alt="facebook">
         </a>
       </div>
-      <a target="_blank" rel =" noopener " href=" http://www.linkedin.com/shareArticle?mini=true&url={{uri.route(true, true)}}" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=700');return false;">
+      <a target="_blank" rel =" noopener " title="Twitter" href="https://twitter.com/share?url={{uri.route(true, true)}}" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=700');return false;">
         Partager
         <img src="/user/themes/lecampus/images/twitter.svg" alt="Twitter">
       </a>
-      <a target="_blank" rel =" noopener " title="Twitter" href="https://twitter.com/share?url={{uri.route(true, true)}}" rel="nofollow" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=700');return false;">
-        Twitter
+      <a target="_blank" rel =" noopener " href=" http://www.linkedin.com/shareArticle?mini=true&url={{uri.route(true, true)}}" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=700');return false;">
+        Partager
         <img src="/user/themes/lecampus/images/in_black.svg" alt="linkedin" />
       </a>
     </div>
 
     <div class="txt">
-  
       {{page.content}}
     </div>
   </div>