mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Broken Url Report - adjustments
Broken Url Report - adjustments
This commit is contained in:
parent
ffdf1960bb
commit
0797e2668b
1 changed files with 4 additions and 4 deletions
|
@ -273,7 +273,7 @@ let elEntityTable,
|
||||||
elSnapToGridActivatorCaption,
|
elSnapToGridActivatorCaption,
|
||||||
elAlignGridToSelection,
|
elAlignGridToSelection,
|
||||||
elAlignGridToAvatar,
|
elAlignGridToAvatar,
|
||||||
elBrokenUrlReport,
|
elBrokenURLReport,
|
||||||
elFilterTypeMultiselectBox,
|
elFilterTypeMultiselectBox,
|
||||||
elFilterTypeText,
|
elFilterTypeText,
|
||||||
elFilterTypeOptions,
|
elFilterTypeOptions,
|
||||||
|
@ -361,7 +361,7 @@ function loaded() {
|
||||||
elSnapToGridActivatorCaption = document.getElementById("snapToGridActivatorCaption");
|
elSnapToGridActivatorCaption = document.getElementById("snapToGridActivatorCaption");
|
||||||
elAlignGridToSelection = document.getElementById("alignGridToSelection");
|
elAlignGridToSelection = document.getElementById("alignGridToSelection");
|
||||||
elAlignGridToAvatar = document.getElementById("alignGridToAvatar");
|
elAlignGridToAvatar = document.getElementById("alignGridToAvatar");
|
||||||
elBrokenUrlReport = document.getElementById("brokenUrlReport");
|
elBrokenURLReport = document.getElementById("brokenURLReport");
|
||||||
elFilterTypeMultiselectBox = document.getElementById("filter-type-multiselect-box");
|
elFilterTypeMultiselectBox = document.getElementById("filter-type-multiselect-box");
|
||||||
elFilterTypeText = document.getElementById("filter-type-text");
|
elFilterTypeText = document.getElementById("filter-type-text");
|
||||||
elFilterTypeOptions = document.getElementById("filter-type-options");
|
elFilterTypeOptions = document.getElementById("filter-type-options");
|
||||||
|
@ -600,8 +600,8 @@ function loaded() {
|
||||||
EventBridge.emitWebEvent(JSON.stringify({ type: "alignGridToAvatar" }));
|
EventBridge.emitWebEvent(JSON.stringify({ type: "alignGridToAvatar" }));
|
||||||
closeAllEntityListMenu();
|
closeAllEntityListMenu();
|
||||||
};
|
};
|
||||||
elBrokenUrlReport.onclick = function () {
|
elBrokenURLReport.onclick = function () {
|
||||||
EventBridge.emitWebEvent(JSON.stringify({ type: "brokenUrlReport" }));
|
EventBridge.emitWebEvent(JSON.stringify({ type: "brokenURLReport" }));
|
||||||
closeAllEntityListMenu();
|
closeAllEntityListMenu();
|
||||||
};
|
};
|
||||||
elToggleSpaceMode.onclick = function() {
|
elToggleSpaceMode.onclick = function() {
|
||||||
|
|
Loading…
Reference in a new issue