mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 01:22:32 +00:00
version 5.0.0
This commit is contained in:
+15
-19
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
/* global setAttrs:false, getAttrs:false, on:false, getSectionIDs:false, generateRowID:false, getTranslationByKey:false */
|
||||
'use strict';
|
||||
|
||||
const currentVersion = '4.6.3';
|
||||
const currentVersion = '5.0.0';
|
||||
const SKILLS = {
|
||||
ACROBATICS: 'dexterity',
|
||||
ANIMALHANDLING: 'wisdom',
|
||||
@@ -5325,7 +5325,7 @@ const sheetOpened = () => {
|
||||
updateSpellShowHide();
|
||||
updateCustomSavingThrowToggle();
|
||||
}
|
||||
if (versionCompare(version, '4.7.0') < 0) {
|
||||
if (versionCompare(version, '5.0.0') < 0) {
|
||||
updateSpellToTranslations();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user