Add dark mode support

This commit is contained in:
Alex Ling
2020-03-07 02:51:08 +00:00
parent c6c908953b
commit 36e2b2bfaf
6 changed files with 86 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ function showModal(encodedPath, pages, percentage, encodedeTitle, encodedEntryTi
});
UIkit.modal($('#modal')).show();
styleModal();
}
function updateProgress(titleID, entryID, page) {
$.post('/api/progress/' + titleID + '/' + entryID + '/' + page, function(data) {