Skip to content

Commit

Permalink
Updating jquery ui version used from cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
viveleroi committed Mar 2, 2013
1 parent 7cd0528 commit 8eacd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>jQuery FormBuilder Demo</title>
<meta charset="utf-8" />
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js"></script>
<script src="js/jquery.formbuilder.js"></script>
<link href="css/jquery.formbuilder.css" media="screen" rel="stylesheet" />
<style type="text/css">
Expand Down

0 comments on commit 8eacd0e

Please sign in to comment.