diff --git a/.DS_Store b/.DS_Store index e670f7a..1db1709 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/build/components.html b/build/components.html index dd68fe4..a4be84e 100644 --- a/build/components.html +++ b/build/components.html @@ -10,15 +10,129 @@ - \ No newline at end of file diff --git a/build/components.js b/build/components.js index f978894..193bc1f 100644 --- a/build/components.js +++ b/build/components.js @@ -5,3 +5,22 @@ Ractive.components.parent = Ractive.extend({ Ractive.components.teacher = Ractive.extend({ template:'#teacher' }); + +// $(document).ready(function(){ +// // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered +// $('.modal-trigger').leanModal({ +// dismissible: false, // Modal can be dismissed by clicking outside of the modal +// opacity: .5, // Opacity of modal background +// in_duration: 300, // Transition in duration +// out_duration: 200, // Transition out duration +// ready: function() { alert('Ready'); }, // Callback for Modal open +// complete: function() { alert('Closed'); } // Callback for Modal close +// } +// ); +// }); + + $(document).ready(function(){ + // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered + $('.modal-trigger').leanModal(); + }); + diff --git a/build/index.html b/build/index.html index 7d44a6c..e432fde 100644 --- a/build/index.html +++ b/build/index.html @@ -3,16 +3,9 @@