6 lines
65 B
JavaScript
6 lines
65 B
JavaScript
|
$(document).ready(function() {
|
||
|
|
||
|
$(document).foundation();
|
||
|
|
||
|
});
|