Created
December 11, 2012 18:30
-
-
Save dfm/4260874 to your computer and use it in GitHub Desktop.
Patch for Alberto's JS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/old.html b/index.html | |
| index e17fcfc..1f320f3 100644 | |
| --- a/old.html | |
| +++ b/index.html | |
| @@ -9,10 +9,12 @@ | |
| <link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet"> | |
| <link href="http://twitter.github.com/bootstrap/assets/css/docs.css" rel="stylesheet"> | |
| <link href="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.css" rel="stylesheet"> | |
| + <link href="ADSASS_applet/jquery-ui-1.9.2.custom.min.css" rel="stylesheet"> | |
| <title>Aladin applet for ADS All-Sky survey</title> | |
| - <script src="ADSASS_applet/jquery-1.7.1.min.js"></script> | |
| + <script src="ADSASS_applet/jquery-1.8.3.js"></script> | |
| + <script src="ADSASS_applet/jquery-ui-1.9.2.custom.min.js"></script> | |
| <SCRIPT type="text/javascript"> | |
| @@ -104,6 +106,7 @@ | |
| <div id="setUpYear"> | |
| <a class="btn btn-primary">Set up</a> | |
| + <div id="slider"></div> | |
| </div> | |
| <div id="facetsList"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment