From 4f21de769d221f95dbcd4f787aa84cef1242697c Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Wed, 10 Jan 2018 22:21:41 +0100
Subject: [PATCH] Edit fader order

---
 scipost/static/scipost/assets/js/fader.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scipost/static/scipost/assets/js/fader.js b/scipost/static/scipost/assets/js/fader.js
index b252800a6..70957cfdf 100644
--- a/scipost/static/scipost/assets/js/fader.js
+++ b/scipost/static/scipost/assets/js/fader.js
@@ -131,6 +131,6 @@ function removeFilter(element) {
     // Start
     $('#fader').innerfade({
         timeout: 3000,
-        type: 'random',
+        type: 'random_start',
     });
 }(jQuery));
-- 
GitLab