restructured project folders
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
$(function() {
|
||||
|
||||
// Cloning the master page
|
||||
for (i = 0; i < nb_page; i++){
|
||||
$("#master-page").clone().attr("id","page-"+i).insertBefore($("#master-page"));
|
||||
}
|
||||
$("#master-page").attr("data-width", $(".paper:first-child").width()).hide();
|
||||
|
||||
});
|
||||
@@ -0,0 +1,5 @@
|
||||
jQuery(document).ready(function($) {
|
||||
|
||||
console.log("Hello Cascade");
|
||||
|
||||
});
|
||||
@@ -0,0 +1 @@
|
||||
nb_page=2;
|
||||
Reference in New Issue
Block a user