Skip to content

Commit

Permalink
Merge pull request #386 from scottgonzalez/jqueryui-1.9.0
Browse files Browse the repository at this point in the history
Added jQuery UI 1.8.24 and 1.9.0.
  • Loading branch information
remy committed Oct 25, 2012
2 parents 52f12de + 388c4cf commit e145c28
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions public/js/editors/libraries.js
Expand Up @@ -41,11 +41,20 @@ var libraries = [
}, },
{ {
"url": [ "url": [
"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/themes/base/jquery-ui.css", "http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/themes/base/jquery-ui.css",
"http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js", "http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js",
"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js" "http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"
], ],
"label": "jQuery UI 1.8.23", "label": "jQuery UI 1.9.1",
"group": "jQuery UI"
},
{
"url": [
"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/themes/base/jquery-ui.css",
"http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js",
"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui.min.js"
],
"label": "jQuery UI 1.8.24",
"group": "jQuery UI" "group": "jQuery UI"
}, },
{ {
Expand Down

0 comments on commit e145c28

Please sign in to comment.