From f597e2fe949a1e18eb778b9a5bd102de88570555 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 18 May 2017 14:03:27 +0200 Subject: Initial commit. --- js/custom.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 js/custom.js (limited to 'js/custom.js') diff --git a/js/custom.js b/js/custom.js new file mode 100644 index 0000000..e72fb14 --- /dev/null +++ b/js/custom.js @@ -0,0 +1,6 @@ +jQuery(function($){ + $(document).ready(function(){ + $('.dropdown-toggle').dropdown(); + $.material.init(); + }) +}); -- cgit v1.2.3