Commit ba39f040 authored by imac's avatar imac

[Bugfix]Redmine #728 : Marge phototheque

parent d929b995
......@@ -96,7 +96,8 @@ var initFunction=function(){
});
setTimeout(function(){
$('.gallery-wrapper').removeClass('hidden-elem').addClass('animated visible-elem fadeInUp');
},0)
$.fn.responsive();
},100)
}
function appendLoading() {
$('.load-page').append($('#loading-container-subpage').clone());
......@@ -112,7 +113,6 @@ var initFunction=function(){
$('.load-page').parent().addClass('active');
history.pushState(null, null, link);
$('.load-page').load(link,function(){
console.log('load page');
$.fn.loadPageContent();
$('#loading-container-subpage').hide();
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment