Skip to content
Snippets Groups Projects
Commit 2024d895 authored by Jan-Philipp's avatar Jan-Philipp
Browse files

Fixed wrong ordering... took ages, no feeling of gratification. Maybe I...

Fixed wrong ordering... took ages, no feeling of gratification. Maybe I shouldn't use commit messages as diary, though.
parent c80328c6
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ function makeDate(inDate){
export function prepareJSON(selectedData, selectedIDs)
{
// Used for sorting according to the selectedIDs
var preparedData = selectedData;
var preparedData = {};
preparedData._items = [];
var position = 0;
// Add formatted date and time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment