diff --git a/data/interfaces/default/history.html b/data/interfaces/default/history.html
index 77d80d87..b79a43af 100644
--- a/data/interfaces/default/history.html
+++ b/data/interfaces/default/history.html
@@ -69,9 +69,9 @@
"sInfo":"Showing _START_ to _END_ of _TOTAL_ items",
"sInfoEmpty":"Showing 0 to 0 of 0 items",
"sInfoFiltered":"(filtered from _MAX_ total items)"},
- "bStateSave": true,
"iDisplayLength": 25,
- "sPaginationType": "full_numbers"
+ "sPaginationType": "full_numbers",
+ "aaSorting": []
});
});
diff --git a/data/interfaces/remix/history.html b/data/interfaces/remix/history.html
index 77d80d87..b79a43af 100644
--- a/data/interfaces/remix/history.html
+++ b/data/interfaces/remix/history.html
@@ -69,9 +69,9 @@
"sInfo":"Showing _START_ to _END_ of _TOTAL_ items",
"sInfoEmpty":"Showing 0 to 0 of 0 items",
"sInfoFiltered":"(filtered from _MAX_ total items)"},
- "bStateSave": true,
"iDisplayLength": 25,
- "sPaginationType": "full_numbers"
+ "sPaginationType": "full_numbers",
+ "aaSorting": []
});
});