Skip to content

Commit 1d70292

Browse files
committed
releases.jquery.com: Fix visually empty dialog
Follows-up fcf1e33.
1 parent 2beccd2 commit 1d70292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/js/sri-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$( function() {
22
// Store modal templates
3-
var modalTemplate = $( "#sri-modal-template" )[ 0 ].outerHTML,
3+
var modalTemplate = $( "#sri-modal-template" )[ 0 ].innerHTML,
44
$modal = $( "<div>" ).attr( "title", "Code Integration" );
55

66
// Show modal on click

0 commit comments

Comments
 (0)