2015-08-31 07:50:44 +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
});