features/support/public/tabs.html in bermuda-0.0.3 vs features/support/public/tabs.html in bermuda-0.0.4
- old
+ new
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Tabs</title>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.8/jquery-ui.min.js"></script>
- <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.8/themes/base/jquery-ui.css">
+ <script src="jquery.js"></script>
+ <script src="jquery-ui.js"></script>
+ <link rel="stylesheet" href="jquery-ui.css">
<script>
$(function() { $( "#tabs" ).tabs(); });
</script>
</head>
<body>