mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-01 07:41:42 +02:00
Merge branch 'legacy' of github.com:PhoenixTwoFive/karaoqueue into legacy
This commit is contained in:
@ -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