test commit

This commit is contained in:
Michael Teeuw 2014-02-19 17:27:51 +01:00
parent beb10ce326
commit dcc249799b

View File

@ -145,7 +145,7 @@ jQuery(document).ready(function($) {
if (newsIndex < 0) newsIndex = news.length - 1;
setTimeout(function() {
showNews();
}, 5000);
}, 5500);
})();
});