From 72c16d989a3e0c577b1dec9ab4a3a058fd64fa9c Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Tue, 1 Aug 2017 20:33:15 +0200 Subject: [PATCH] Adjust newsticker --- scipost/static/scipost/assets/js/newsticker.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scipost/static/scipost/assets/js/newsticker.js b/scipost/static/scipost/assets/js/newsticker.js index ae65040e6..6a425bbfc 100644 --- a/scipost/static/scipost/assets/js/newsticker.js +++ b/scipost/static/scipost/assets/js/newsticker.js @@ -1,9 +1,8 @@ /*! -Werkplaats Planner v0.1 -(c) 2017 Jorran de Wit + SciPost NewsTicker + */ -// var $ = require('jQuery'); var NewsTicker; @@ -12,7 +11,7 @@ NewsTicker = (function() { NewsTicker.prototype.defaults = { url: '/api', - interval: 8000, + interval: 10000, }; function NewsTicker(element, options) { -- GitLab