suppr linExt
This commit is contained in:
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,3 +1,10 @@
|
||||
function stopLinkext() {
|
||||
$('a.linkext').on('click', function(e) {
|
||||
e.preventDefault;
|
||||
return false;
|
||||
})
|
||||
}
|
||||
|
||||
// Streetmap
|
||||
function map(h_parts, markerObj) {
|
||||
var mymap = L.map('mapid').setView([48.9367935,2.3569287], 17);
|
||||
@@ -217,7 +224,8 @@ function drag() {
|
||||
//handler2
|
||||
var $handler2 = $(this).parent().find('.hand2');
|
||||
var PosHand = (parseFloat(xPos3) - parseFloat(xPos)) + "%";
|
||||
var PosHand1 = ( parseFloat(p * parseFloat( (ui.position.left) / oW)) - parseFloat(p * parseFloat((pos11 - 25) / oW))) + "%";
|
||||
var PosHand1 = ( parseFloat(p * parseFloat( (ui.position.left) / oW)) - parseFloat(p * parseFloat((pos11 - 25
|
||||
) / oW))) + "%";
|
||||
// application dimension
|
||||
$hand1.css({
|
||||
'top': yPos3,
|
||||
@@ -757,6 +765,7 @@ function paperjs(targets, h_parts) {
|
||||
$(document).ready(function() {
|
||||
// paperjs();
|
||||
// clickcanvena();
|
||||
stopLinkext();
|
||||
mCustomScrollbar();
|
||||
clickhand();
|
||||
drag();
|
||||
|
||||
@@ -24,20 +24,20 @@ p{
|
||||
}
|
||||
|
||||
.blocs{
|
||||
a.linkext{
|
||||
&:after{
|
||||
display: inline-block;
|
||||
content: " ";
|
||||
background-image: url("../images/fleche-03.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
width: 25px;
|
||||
height: 13px;
|
||||
margin-left: 5px;
|
||||
// transform: rotate(-20deg);
|
||||
}
|
||||
}
|
||||
// a.linkext{
|
||||
// &:after{
|
||||
// display: inline-block;
|
||||
// content: " ";
|
||||
// background-image: url("../images/fleche-03.svg");
|
||||
// background-repeat: no-repeat;
|
||||
// background-position: center;
|
||||
// background-size: contain;
|
||||
// width: 25px;
|
||||
// height: 13px;
|
||||
// margin-left: 5px;
|
||||
// // transform: rotate(-20deg);
|
||||
// }
|
||||
// }
|
||||
&:nth-child(2){
|
||||
color: white;
|
||||
a{
|
||||
|
||||
Reference in New Issue
Block a user