fixlink and js
This commit is contained in:
@@ -93,7 +93,7 @@ function clickd() {
|
||||
function Openfp() {
|
||||
var $divgal = $( "<div id='gallery'></div>");
|
||||
var $button = $( "<button class=button></button>");
|
||||
var $img = $("img")
|
||||
var $img = $("section img")
|
||||
|
||||
$img.each(function(index) {
|
||||
|
||||
@@ -144,7 +144,7 @@ function clickd() {
|
||||
$('.menu-ui').on("click", function(event) {
|
||||
$('.navigation').slideToggle('slow');
|
||||
});
|
||||
|
||||
//bug here
|
||||
$('section').on("click", function(event) {
|
||||
$('.navigation').slideUp('slow');
|
||||
});
|
||||
@@ -158,6 +158,7 @@ function clickd() {
|
||||
scrollW();
|
||||
clickd();
|
||||
} else {
|
||||
openmenu_ui();
|
||||
scrollTop();
|
||||
}
|
||||
}
|
||||
@@ -168,7 +169,6 @@ function clickd() {
|
||||
gallery();
|
||||
Openfp();
|
||||
liclick();
|
||||
openmenu_ui();
|
||||
redimensionnement();
|
||||
window.addEventListener('resize', redimensionnement, false);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user