mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Calendar: Adjust files to match reorganization of external directory
This commit is contained in:
parent
9461f6680b
commit
50f477f847
@ -1,20 +1,20 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>jQuery UI Date Test Suite</title>
|
||||
<meta charset="utf-8">
|
||||
<title>jQuery UI Date Test Suite</title>
|
||||
|
||||
<script src="../../../jquery-1.10.2.js"></script>
|
||||
<script src="../../../jquery.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="../../../external/qunit.css">
|
||||
<link rel="stylesheet" href="../qunit-composite.css">
|
||||
<script src="../../../external/qunit.js"></script>
|
||||
<script src="../qunit-composite.js"></script>
|
||||
<script src="../subsuite.js"></script>
|
||||
<link rel="stylesheet" href="../../../external/qunit/qunit.css">
|
||||
<link rel="stylesheet" href="../qunit-composite.css">
|
||||
<script src="../../../external/qunit/qunit.js"></script>
|
||||
<script src="../qunit-composite.js"></script>
|
||||
<script src="../subsuite.js"></script>
|
||||
|
||||
<script>
|
||||
testAllVersions( "date" );
|
||||
</script>
|
||||
<script>
|
||||
testAllVersions( "date" );
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -5,14 +5,14 @@
|
||||
<title>jQuery UI Date Test Suite</title>
|
||||
|
||||
<script src="../../jquery.js"></script>
|
||||
<link rel="stylesheet" href="../../../external/qunit.css">
|
||||
<script src="../../../external/qunit.js"></script>
|
||||
<link rel="stylesheet" href="../../../external/qunit/qunit.css">
|
||||
<script src="../../../external/qunit/qunit.js"></script>
|
||||
<script src="../../jquery.simulate.js"></script>
|
||||
<script src="../testsuite.js"></script>
|
||||
<script>
|
||||
TestHelpers.loadResources({
|
||||
js: [
|
||||
"external/globalize.js",
|
||||
"external/globalize/globalize.js",
|
||||
"external/localization.js",
|
||||
"external/date.js"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user