admin: introducing speedy deep sync and themed deep sync

This commit is contained in:
nemunaire 2020-01-20 08:41:36 +01:00
commit a4c87b92a5
5 changed files with 159 additions and 20 deletions

View file

@ -8,8 +8,8 @@
</style>
<script type="text/javascript">
function disp(data) {
if (data["_date"] && data["_date"].length == 2) {
document.getElementById("date_imp").innerHTML = data["_date"][1];
if (data["_date"]) {
document.getElementById("date_imp").innerHTML = data["_date"][data["_date"].length - 1];
}
Object.keys(data).map(function(theme) {
if (data[theme] != null && theme != "_date") {