10.1 toutjours afficher backtotop dans body

This commit is contained in:
Fred Tempez 2020-05-21 08:00:52 +02:00
parent 1475ff30fa
commit 902d70a663
1 changed files with 11 additions and 3 deletions

View File

@ -10,6 +10,13 @@
* @link http://zwiicms.com/
*/
/**
* Affichage de l'icone de remontée et permettre l'aperçu.
*/
$(document).ready(function(){
$("#backToTop").css("display","show");
});
/**
* Aperçu en direct
*/
@ -43,3 +50,4 @@ $("#themeBodyImage").on("change", function() {
$("#themeBodyImageOptions").slideUp();
}
}).trigger("change");