forked from ZwiiCMS-Team/ZwiiCMS
10.1 toutjours afficher backtotop dans body
This commit is contained in:
parent
1475ff30fa
commit
902d70a663
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user