8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
jQuery(function($) {'use strict';
|
|
|
|
//Initiat WOW JS
|
|
new WOW().init();
|
|
//smoothScroll
|
|
//smoothScroll.init();
|
|
|
|
}); |