diff options
Diffstat (limited to 'usr/share/swiftstory/www/swiftstory-desktop.html')
-rw-r--r-- | usr/share/swiftstory/www/swiftstory-desktop.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |