x x x
x

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<style>
button#ip-list-btn {
    border: none;
    background: none;
    width: max-content;
    font-size: var(--font-size-m);
    font-weight: bold;
    color: var(--primary-color);
    cursor: pointer;
}
</style>
<div ov-include-files="{{PLATFORM_JS_ASSET_PATH}}/User+Application/html/mainStructure.html"> </div>
<script>
includeFiles().then(() => {
	includeJSFiles().then();
});
</script>

...