mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
* Fixes the following errors: * 590:13 error 'elJSONEditor' is assigned a value but never used no-unused-vars * 592:13 error 'elColorSections' is assigned a value but never used no-unused-vars * 641:13 error 'elHyperlinkSections' is assigned a value but never used no-unused-vars * 653:13 error 'elTextBackgroundColor' is assigned a value but never used no-unused-vars * 670:13 error 'elZoneKeyLightDirectionZ' is assigned a value but never used no-unused-vars * 695:13 error 'elZoneHazeAttenuateKeyLight' is assigned a value but never used no-unused-vars * 696:13 error 'elZoneHazeKeyLightRange' is assigned a value but never used no-unused-vars * 697:13 error 'elZoneHazeKeyLightAltitude' is assigned a value but never used no-unused-vars * This reduces eslint errors from 67 to 50 * Removes instances of stale commented code found when removing the above related items. * Removes allSections array which doesn't appear to be actively used save registering _certain_ sections. * Removed registered section vars which weren't actually in use aside from being registered. Changes Committed: modified: scripts/system/html/js/entityProperties.js |
||
---|---|---|
.. | ||
css | ||
img | ||
js | ||
ChatPage.html | ||
entityList.html | ||
entityProperties.html | ||
gridControls.html | ||
marketplaces.html | ||
SnapshotReview.html | ||
users.html |