Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nurlansu/hugo-sustain.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/main.js')
-rwxr-xr-xstatic/js/main.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/static/js/main.js b/static/js/main.js
deleted file mode 100755
index 2c827c4..0000000
--- a/static/js/main.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * Created by fabiomadeira on 25/02/15.
- */
-// jQuery for page scrolling feature
-jQuery(document).ready(function(e) {
- e(".scroll").click(function(t) {
- t.preventDefault();
- e("html,body").animate({
- scrollTop: e(this.hash).offset().top
- }, 1e3)
- })
-});
-
-