UIC.loadURLSVGs(["svgs/dds__chevron-left.svg","svgs/dds__chevron-right.svg"]); [].forEach.call(document.querySelectorAll("[data-toggle=\"dds__tooltip\"]"), function(element) { new UIC.Tooltip(element); }); [].forEach.call(document.querySelectorAll("[data-toggle=\"dds__product-stack\"]"), function(element) { new UIC.ProductStack(element, {"type": "page"}); }); [].forEach.call(document.querySelectorAll("[data-toggle='dds__modal']"), function (element) { new UIC.Modal(element, {backdrop: 'static'}); }); [].forEach.call(document.querySelectorAll("[data-toggle='dds__popover']"), function (element) { new UIC.Popover(element, { data_title: 'Popover Header', data_content: 'Popovers become modals to increase the likelihood that all content will fit on the screen without requiring scrolling.' }); });