From 6597dfccc78a1a9dc3ef9465528babe388fb3ea0 Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de>
Date: Thu, 7 Jan 2016 14:31:54 +0100
Subject: [PATCH] one more little thing

---
 src/site/resources/js/twitter_index.js | 4 ++--
 src/site/site.xml                      | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/site/resources/js/twitter_index.js b/src/site/resources/js/twitter_index.js
index 813ae016..b5540c51 100644
--- a/src/site/resources/js/twitter_index.js
+++ b/src/site/resources/js/twitter_index.js
@@ -4,6 +4,6 @@
 	$('.twitter-timeline').attr('data-tweet-limit', '3');
 }(window.jQuery)
 
-cheet('↑ ↑ ↓ ↓ ← → ← → b a', function () {
-  alert('Voilà!');
+cheet('↑ ↑ ↓ ↓ ← → ← → b a', function() {
+     $('body').jGravity();
 });
\ No newline at end of file
diff --git a/src/site/site.xml b/src/site/site.xml
index c2cdd748..524748c6 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -157,6 +157,7 @@
 					<endContent>
 						<script src="//cdn.rawgit.com/namuol/cheet.js/master/cheet.min.js"
         type="text/javascript"></script>
+        				<script src="https://raw.githubusercontent.com/tinybigideas/jGravity/master/jGravity-min.js"></script>
 						<script src="$resourcePath/js/twitter_index.js"></script>
 					</endContent>
 					<breadcrumbs>false</breadcrumbs>
-- 
GitLab