diff --git a/assets/js/app.js b/assets/js/app.js index 1b70cd4..c5ab0b6 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -1,10 +1,3 @@ $(document).foundation(); var elem = new Foundation.Sticky($('.top-bar')); - -//# sourceMappingURL=app.js.map -$('#client-list .column').shuffle(); -window.setInterval(function(){ - /// call your function here - $('#client-list .column').shuffle(); -}, 7000);