diff --git a/README.md b/README.md index 2149829..5f6081d 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,5 @@ If you find any issues with using this component, please open an issue. Preferrably, include the following information: * The instance URL where this is happening -* The UUID of the object that triggers the behaviour (if non-standard, also the mask) +* The System ID of the object that triggers the behaviour (if non-standard, also the mask) * A screenshot of the intended and the observed behaviour diff --git a/bundle/index.html b/bundle/index.html index bf3cd67..7e0805d 100644 --- a/bundle/index.html +++ b/bundle/index.html @@ -13,7 +13,6 @@ customElements.whenDefined("easydb-detail-view").then(() => { setTimeout(() => { let ele = document.getElementById("my-easydb"); - console.log(ele); var link = document.createElement("link"); link.setAttribute("rel", "stylesheet"); link.setAttribute( @@ -26,6 +25,6 @@
-