grav/themes/gateway/js/scripts.js

15 lines
390 B
JavaScript
Raw Normal View History

/* ----------------- Start Document ----------------- */
(function($){
$(document).ready(function(){
'use strict';
/*----------------------------------------------------*/
/* Foundation - http://foundation.zurb.com/docs
/*----------------------------------------------------*/
$(document).foundation();
/* ------------------ End Document ------------------ */
});
})(this.jQuery);