From 28895912d7eed6862a062be7b8c51fad021e51cf Mon Sep 17 00:00:00 2001 From: mark van tilburg Date: Thu, 25 Apr 2024 23:53:11 +0200 Subject: Update custom_render.html (#2242) This fixes mixed content errors on the selectmenu demo page at jqueryui.com. Closes gh-2242 --- demos/dialog/modal-message.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/dialog/modal-message.html') diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html index a26f3a2b5..9015bb140 100644 --- a/demos/dialog/modal-message.html +++ b/demos/dialog/modal-message.html @@ -30,7 +30,7 @@

-

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

+

Sed vel diam id libero rutrum convallis. Donec aliquet leo vel magna. Phasellus rhoncus faucibus ante. Etiam bibendum, enim faucibus aliquet rhoncus, arcu felis ultricies neque, sit amet auctor elit eros a lectus.

Use a modal dialog to explicitly acknowledge information or an action before continuing their work. Set the modal option to true, and specify a primary action (Ok) with the buttons option.

-- cgit v1.2.3