mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°5621 Move jquery-migrate 3.1.0 to NPM
This commit is contained in:
23
node_modules/jquery-migrate/test/core-jquery2.html
generated
vendored
Normal file
23
node_modules/jquery-migrate/test/core-jquery2.html
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>jQuery Migrate old-jQuery initialization test</title>
|
||||
|
||||
<!-- Load older jQuery, then jquery-migrate plugin file based on URL -->
|
||||
<script src="./data/jquery-2.2.3.js"></script>
|
||||
<script src="iframeTest.js"></script>
|
||||
<script src="testinit.js"></script>
|
||||
<script>
|
||||
jQuery.noConflict();
|
||||
TestManager.loadProject( "jquery-migrate", "dev", true );
|
||||
</script>
|
||||
<script>
|
||||
// Should have logged during initialization
|
||||
startIframeTest();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>jQuery Migrate old-jQuery initialization test</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user