Index: trunk/extensions/Storyboard/tags/Storyboard/storyboard.js |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | { |
26 | 26 | 'action': 'query', |
27 | 27 | 'list': 'stories', |
28 | | - 'stcontinue': $storyboard.attr( 'offset' ) + '-0', // TODO: get id of last story here to break ties correctly |
| 28 | + 'stcontinue': $storyboard.attr( 'offset' ) + '-0', // TODO: get modification date and id of the last story |
29 | 29 | 'stlimit': 4, |
30 | 30 | 'format': 'json' |
31 | 31 | }, |