Minor fix to Blog RSS widget.
authorLeif Hanson <leif@gaslightmedia.com>
Mon, 24 Jun 2013 12:53:54 +0000 (12:53 +0000)
committerLeif Hanson <leif@gaslightmedia.com>
Mon, 24 Jun 2013 12:53:54 +0000 (12:53 +0000)
libjs/blogRotate.js
templates/template.html

index 62aac48..b698e63 100755 (executable)
@@ -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
     });
index cd45179..1d18e7d 100755 (executable)
                                                                </article>
                                                                
                                                        </div><!--/#blog_wrapper-->
-                                                       <div id="prev-blog">Prev</div>
+                                                       <!--<div id="prev-blog">Prev</div>-->
                                                        <div id="next-blog">Next</div>
                                                </div>
                                        </div><!--/#action2-->