added assets from html2print

This commit is contained in:
Bachir Soussi Chiadmi
2017-05-23 21:31:22 +02:00
parent c94e273a76
commit 55dc8cead4
13 changed files with 1064 additions and 77968 deletions
+10
View File
@@ -0,0 +1,10 @@
$(function() {
// Cloning the master page
for (i = 1; i < nb_page; i++){
$("#master-page").clone().attr("id","page-"+i).insertBefore($("#master-page"));
}
$("#master-page").attr("data-width", $(".paper:first-child").width()).hide();
});