Index: agilo/scrum/backlog/htdocs/js/backlogView.js
===================================================================
--- agilo/scrum/backlog/htdocs/js/backlogView.js	(revision 3540)
+++ agilo/scrum/backlog/htdocs/js/backlogView.js	(working copy)
@@ -79,7 +79,7 @@
 	
 	orderOfTickets: function() {
 		return $('.backlog').find('dl, dt, dd').map(function(index, element){
-			return parseInt($(element).attr('id').substring(9), 10);
+			return parseInt($(element).prop('id').substring(9), 10);
 		}).filter(function(){
 			return undefined !== this
 				&& ! isNaN(this)
