event_log - entity and logging sync info

This commit is contained in:
azivner
2017-11-03 22:08:27 -04:00
parent bd71547258
commit e35c2dd4ad
10 changed files with 90 additions and 76 deletions

View File

@@ -70,7 +70,7 @@ function showRecentChanges() {
$("#recent-changes-dialog").append(dayEl);
}
},
error: () => alert("Error getting recent changes.")
error: () => error("Error getting recent changes.")
});
}