mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Demos: Fixup correct name
This commit is contained in:
parent
7336a5869c
commit
21acf69770
2
demos/bootstrap.js
vendored
2
demos/bootstrap.js
vendored
@ -54,7 +54,7 @@ require( modules, function() {
|
||||
document.documentElement.className = "";
|
||||
|
||||
newScript.text = "( function() { " + script.innerHTML + " } )();";
|
||||
document.head.appendChild( script ).parentNode.removeChild( script );
|
||||
document.head.appendChild( newScript ).parentNode.removeChild( newScript );
|
||||
} );
|
||||
|
||||
} )();
|
||||
|
Loading…
Reference in New Issue
Block a user