add forms
This commit is contained in:
@@ -54,9 +54,9 @@ function slide() {
|
||||
}
|
||||
|
||||
function links() {
|
||||
href="/organisez-vos-evenements"
|
||||
var $a = $('li a[href="/organisez-vos-evenements"]');
|
||||
var $a = $('li a[href="/organisez-vos-evenements"],li a[href="/qui-sommes-nous"] ');
|
||||
var $map = $('a#carte');
|
||||
|
||||
$a.on('click', function(e) {
|
||||
e.preventDefault();
|
||||
})
|
||||
@@ -65,12 +65,11 @@ function links() {
|
||||
e.preventDefault();
|
||||
})
|
||||
|
||||
|
||||
}
|
||||
|
||||
jQuery(document).ready(function($){
|
||||
links();
|
||||
slide();
|
||||
filteritem();
|
||||
map();
|
||||
// map();
|
||||
});
|
||||
|
Reference in New Issue
Block a user