[fix] login PWA styling, [add] login local link, [add] home local link
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -49,7 +49,7 @@ async function initReader() {
|
||||
**/
|
||||
function populateMetadata(data) {
|
||||
let documentLocation =
|
||||
data.type == "LOCAL" ? "/offline" : "/documents/" + data.id;
|
||||
data.type == "LOCAL" ? "/local" : "/documents/" + data.id;
|
||||
|
||||
let documentCoverLocation =
|
||||
data.type == "LOCAL"
|
||||
|
||||
Reference in New Issue
Block a user