2015-07-18 23:56:08 +02:00

11 lines
294 B
JavaScript

// main.js: Common JavaScript functions
// ====================================
var attachFastClick = Origami.fastclick;
attachFastClick(document.body); // FastClick
$(document).ready(function() {
$("a").smoothScroll(); // jQuery Smooth Scroll
$.goup(); // jQuery GoUp
});