mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update localStorage.js
This commit is contained in:
@@ -67,7 +67,7 @@ function importSavedCard(localStorageKey = document.getElementById('inputCardToI
|
|||||||
if (importedCard.version != currentVersion) {
|
if (importedCard.version != currentVersion) {
|
||||||
skipLoadTextList += 1
|
skipLoadTextList += 1
|
||||||
skipResizeCardArt += 1
|
skipResizeCardArt += 1
|
||||||
if (importedCard.version.split('/')[1] != 'version') {
|
if (importedCard.version.split('/')[1] != 'version' && (currentVersion.split('/')[0] != importedCard.version.split('/')[0] || currentVersion.split('/')[1] != 'version')) {
|
||||||
skipLoadTextList += 1
|
skipLoadTextList += 1
|
||||||
skipResizeCardArt += 1
|
skipResizeCardArt += 1
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user