admin: introducing speedy deep sync and themed deep sync
This commit is contained in:
parent
f7762c0828
commit
a4c87b92a5
5 changed files with 159 additions and 20 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Reference in a new issue