Commit ba39f040 authored by imac's avatar imac

[Bugfix]Redmine #728 : Marge phototheque

parent d929b995
...@@ -96,7 +96,8 @@ var initFunction=function(){ ...@@ -96,7 +96,8 @@ var initFunction=function(){
}); });
setTimeout(function(){ setTimeout(function(){
$('.gallery-wrapper').removeClass('hidden-elem').addClass('animated visible-elem fadeInUp'); $('.gallery-wrapper').removeClass('hidden-elem').addClass('animated visible-elem fadeInUp');
},0) $.fn.responsive();
},100)
} }
function appendLoading() { function appendLoading() {
$('.load-page').append($('#loading-container-subpage').clone()); $('.load-page').append($('#loading-container-subpage').clone());
...@@ -112,7 +113,6 @@ var initFunction=function(){ ...@@ -112,7 +113,6 @@ var initFunction=function(){
$('.load-page').parent().addClass('active'); $('.load-page').parent().addClass('active');
history.pushState(null, null, link); history.pushState(null, null, link);
$('.load-page').load(link,function(){ $('.load-page').load(link,function(){
console.log('load page');
$.fn.loadPageContent(); $.fn.loadPageContent();
$('#loading-container-subpage').hide(); $('#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