reversal of pagination changes for testing.
authorwilliam-bratches <williambratches@gmail.com>
Sat, 22 Mar 2014 05:06:08 +0000 (01:06 -0400)
committerwilliam-bratches <williambratches@gmail.com>
Sat, 22 Mar 2014 05:06:08 +0000 (01:06 -0400)
karmaworld/templates/courses/course_list.html
karmaworld/templates/notes/note_list_entry.html

index 9d84d2f334d3879310f1d626203861cdf2ca2d6d..8ae1ab97eaf786bd87d28e2e27abccbccddc9cd1 100644 (file)
@@ -75,18 +75,6 @@ $(document).ready(function() {
   $('.dataTables_filter input').attr("placeholder", "search courses");
   // TODO: can't prepend html to .dataTables_filter input html for fontawesome search icon
 });
-
-  //scrolling scripts - scrolls to top of page after scrolling between pages
-$(function(){
-    $('#paginate_enabled_next').click(function() {
-    $("#data-table-sort-by").ScrollTo();;
-    });
-  
-$(function(){
-    $('paginate_enabled_previous').click(function() {
-    $("#data-table-sort-by").ScrollTo();;
-    });
-});
 </script>
 {% endblock %}
 
index 5662c6017be2379ca39a6ba1acbbb2d0052bdb58..a63df2268b414b7414c6484ff93c0bddb547b86d 100644 (file)
@@ -2,7 +2,6 @@
   <td class="no-display"><!-- this spot solely for the Sort By header --></td>
   <td class="small-8 columns large-4 slim">{{ note.uploaded_at|date:"l M d o"|capfirst }}</td>
   <td class="small-4 columns large-2 large-offset-2 slim">{{ note.thanks }} Thank{{ note.thanks|pluralize }}</td>
-
   <td class="small-12 large-5 columns">
     <a href="{{ note.get_absolute_url }}">{{ note.name }}</a>
   </td>