From e5140ddb4c40e7c6c4e4ce95c2be8b1c7dcad8b1 Mon Sep 17 00:00:00 2001 From: Leif Hanson Date: Mon, 24 Jun 2013 12:53:54 +0000 Subject: [PATCH] Minor fix to Blog RSS widget. --- libjs/blogRotate.js | 3 +-- templates/template.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/libjs/blogRotate.js b/libjs/blogRotate.js index 62aac48..b698e63 100755 --- a/libjs/blogRotate.js +++ b/libjs/blogRotate.js @@ -1,9 +1,8 @@ $(document).ready(function(){ $('#blog_wrapper').cycle({ - fx: 'scrollHorz', + fx: 'scrollRight', pause: 1, timeout: 7000, - next: '#prev-blog', prev: '#next-blog', rev: 1 }); diff --git a/templates/template.html b/templates/template.html index cd45179..1d18e7d 100755 --- a/templates/template.html +++ b/templates/template.html @@ -164,7 +164,7 @@ -
Prev
+
Next
-- 2.17.1