diff options
Diffstat (limited to 'usr/share/swiftstory/www')
-rw-r--r-- | usr/share/swiftstory/www/javascript/jquery/jquery-2.1.3.js (renamed from usr/share/swiftstory/www/jquery-2.1.3.js) | 0 | ||||
-rw-r--r-- | usr/share/swiftstory/www/javascript/jquery/jquery-2.1.3.min.js (renamed from usr/share/swiftstory/www/jquery-2.1.3.min.js) | 0 | ||||
l--------- | usr/share/swiftstory/www/javascript/jquery/jquery.js (renamed from usr/share/swiftstory/www/jquery.js) | 0 | ||||
l--------- | usr/share/swiftstory/www/javascript/jquery/jquery.min.js | 1 | ||||
-rw-r--r-- | usr/share/swiftstory/www/swiftstory-desktop.html | 2 | ||||
-rw-r--r-- | usr/share/swiftstory/www/swiftstory-mobile.html | 2 |
6 files changed, 3 insertions, 2 deletions
diff --git a/usr/share/swiftstory/www/jquery-2.1.3.js b/usr/share/swiftstory/www/javascript/jquery/jquery-2.1.3.js index 79d631f..79d631f 100644 --- a/usr/share/swiftstory/www/jquery-2.1.3.js +++ b/usr/share/swiftstory/www/javascript/jquery/jquery-2.1.3.js diff --git a/usr/share/swiftstory/www/jquery-2.1.3.min.js b/usr/share/swiftstory/www/javascript/jquery/jquery-2.1.3.min.js index 25714ed..25714ed 100644 --- a/usr/share/swiftstory/www/jquery-2.1.3.min.js +++ b/usr/share/swiftstory/www/javascript/jquery/jquery-2.1.3.min.js diff --git a/usr/share/swiftstory/www/jquery.js b/usr/share/swiftstory/www/javascript/jquery/jquery.js index 957f262..957f262 120000 --- a/usr/share/swiftstory/www/jquery.js +++ b/usr/share/swiftstory/www/javascript/jquery/jquery.js diff --git a/usr/share/swiftstory/www/javascript/jquery/jquery.min.js b/usr/share/swiftstory/www/javascript/jquery/jquery.min.js new file mode 120000 index 0000000..8d8a7ee --- /dev/null +++ b/usr/share/swiftstory/www/javascript/jquery/jquery.min.js @@ -0,0 +1 @@ +jquery-2.1.3.min.js
\ No newline at end of file diff --git a/usr/share/swiftstory/www/swiftstory-desktop.html b/usr/share/swiftstory/www/swiftstory-desktop.html index 10706af..9d4fe87 100644 --- a/usr/share/swiftstory/www/swiftstory-desktop.html +++ b/usr/share/swiftstory/www/swiftstory-desktop.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>SwiftStory</title> <link rel="stylesheet" href="swiftstory-common.css"> - <script src="jquery.js"></script> + <script src="/javascript/jquery/jquery.min.js"></script> <script src="swiftstory-common.js"></script> <script src="swiftstory-desktop.js"></script> </head> diff --git a/usr/share/swiftstory/www/swiftstory-mobile.html b/usr/share/swiftstory/www/swiftstory-mobile.html index a0407d4..206d3a9 100644 --- a/usr/share/swiftstory/www/swiftstory-mobile.html +++ b/usr/share/swiftstory/www/swiftstory-mobile.html @@ -6,7 +6,7 @@ <title>SwiftStory</title> <link rel="stylesheet" href="swiftstory-common.css"> <link rel="stylesheet" href="swiftstory-mobile.css"> - <script src="jquery.js"></script> + <script src="/javascript/jquery/jquery.min.js"></script> <script src="swiftstory-common.js"></script> <script src="swiftstory-config.js"></script> <script src="swiftstory-mobile.js"></script> |