diff --git a/templates/books_for_series.html b/templates/books_for_series.html
index 1088c6f..c94f8ad 100644
--- a/templates/books_for_series.html
+++ b/templates/books_for_series.html
@@ -15,16 +15,16 @@
data: '&id={{series.id}}&move_button=up-{{book.id}}',
success: function(data){
$('#books_for_series_bit').html(data); }
- } );">
-
+ } ); return false;">
+
+ } ); return false;">
+
{{book.title}}
{% set num = SeriesBookNum( series.id, book.id ) %}