mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2026-05-12 21:24:54 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
e66e4a6c19
|
@@ -169,7 +169,11 @@
|
||||
}
|
||||
|
||||
function getOwnedEntries() {
|
||||
return JSON.parse(localStorage.getItem("ownedEntries"))
|
||||
var entries = JSON.parse(localStorage.getItem("ownedEntries"))
|
||||
if (entries == null) {
|
||||
entries = []
|
||||
}
|
||||
return entries;
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user