Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit cfc1195

Browse files
committed
Demos: jquery.js moved to external/jquery/jquery.js
Fixes gh-6942
1 parent a379025 commit cfc1195

129 files changed

Lines changed: 132 additions & 131 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ module.exports = function( grunt ) {
392392
processContent: function( content, srcPath ) {
393393
var processedName = grunt.config.process( name + "<%= versionSuffix %>" );
394394
content = content.replace( /_assets\/js\/">/gi, "_assets/js/index.js\">" );
395+
content = content.replace( /\.\.\/external\/jquery\//gi, "js/" );
395396
content = content.replace( /\.\.\/js\//gi, "js/" );
396397
content = content.replace( /js\/"/gi, "js/" + processedName + ".min.js\"" );
397398
content = replaceCombinedCssReference( content, processedName );

demos/_search/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
99
<link rel="shortcut icon" href="../_assets/favicon.ico">
1010
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
11-
<script src="../../js/jquery.js"></script>
11+
<script src="../../external/jquery/jquery.js"></script>
1212
<script src="../_assets/js/"></script>
1313
<script src="../../js/"></script>
1414

demos/backbone-requirejs/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
1010
<link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css">
1111
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
12-
<script src="../../js/jquery.js"></script>
12+
<script src="../../external/jquery/jquery.js"></script>
1313
<script src="../_assets/js/"></script>
1414
<script src="../../js/"></script>
1515

demos/body-bar-classes/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
99
<link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css">
1010
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
11-
<script src="../../js/jquery.js"></script>
11+
<script src="../../external/jquery/jquery.js"></script>
1212
<script src="../_assets/js/"></script>
1313
<script src="../../js/"></script>
1414
<style id="combined-heading-and-section">

demos/button-markup/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
99
<link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css">
1010
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
11-
<script src="../../js/jquery.js"></script>
11+
<script src="../../external/jquery/jquery.js"></script>
1212
<script src="../_assets/js/"></script>
1313
<script src="../../js/"></script>
1414
<style>

demos/button/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
99
<link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css">
1010
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
11-
<script src="../../js/jquery.js"></script>
11+
<script src="../../external/jquery/jquery.js"></script>
1212
<script src="../_assets/js/"></script>
1313
<script src="../../js/"></script>
1414
</head>

demos/checkboxradio-checkbox/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
99
<link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css">
1010
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
11-
<script src="../../js/jquery.js"></script>
11+
<script src="../../external/jquery/jquery.js"></script>
1212
<script src="../_assets/js/"></script>
1313
<script src="../../js/"></script>
1414
</head>

demos/checkboxradio-radio/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
99
<link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css">
1010
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
11-
<script src="../../js/jquery.js"></script>
11+
<script src="../../external/jquery/jquery.js"></script>
1212
<script src="../_assets/js/"></script>
1313
<script src="../../js/"></script>
1414
</head>

demos/collapsible-dynamic/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
99
<link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css">
1010
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
11-
<script src="../../js/jquery.js"></script>
11+
<script src="../../external/jquery/jquery.js"></script>
1212
<script src="../_assets/js/"></script>
1313
<script src="../../js/"></script>
1414
<script>

demos/collapsible/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
99
<link rel="shortcut icon" href="../favicon.ico">
1010
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
11-
<script src="../../js/jquery.js"></script>
11+
<script src="../../external/jquery/jquery.js"></script>
1212
<script src="../_assets/js/"></script>
1313
<script src="../../js/"></script>
1414
<style id="negateDoubleBorder">

0 commit comments

Comments
 (0)