mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Broken Url Report - adjustments
Broken Url Report - adjustments
This commit is contained in:
parent
b65d31c477
commit
d51337c98f
1 changed files with 2 additions and 2 deletions
|
@ -413,8 +413,8 @@ EntityListTool = function(shouldUseEditTabletApp) {
|
|||
alignGridToSelection();
|
||||
} else if (data.type === 'alignGridToAvatar') {
|
||||
alignGridToAvatar();
|
||||
} else if (data.type === 'brokenUrlReport') {
|
||||
brokenUrlReport(selectionManager.selections);
|
||||
} else if (data.type === 'brokenURLReport') {
|
||||
brokenURLReport(selectionManager.selections);
|
||||
} else if (data.type === 'toggleGridVisibility') {
|
||||
toggleGridVisibility();
|
||||
} else if (data.type === 'toggleSnapToGrid') {
|
||||
|
|
Loading…
Reference in a new issue