Browse Source

Fix: "timeago"

pull/14374/head
Sean Killeen 3 years ago
parent
commit
97dde28ae7
  1. 5
      docs/en/UI/AspNetCore/JavaScript-API/DOM.md

5
docs/en/UI/AspNetCore/JavaScript-API/DOM.md

@ -61,7 +61,7 @@ Script initializer (`abp.dom.initializers.initializeScript`) can execute a JavaS
Assume that you've a container to load the element inside:
````html
<div id="LazyComponent"></div>
<div id="LazyComponent"></div>
````
And this is the component that will be loaded via AJAX from the server and inserted into the container:
@ -113,5 +113,4 @@ The following Bootstrap components and libraries are automatically initialized w
* Tooltip
* Popover
* Timeage
* Timeago

Loading…
Cancel
Save