Skip to content

Commit

Permalink
fix remaining bower refs in manual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Aug 10, 2016
1 parent 5980ab1 commit e1d0997
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tests/date_util_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<script src='../node_modules/jquery/dist/jquery.js'></script>
<script src='../node_modules/moment/moment.js'></script>
<script src='../lib/moment/min/langs.min.js'></script>
<script>fc = {}</script>
<script src='../node_modules/moment/min/locales.min.js'></script>
<script>FC = {}</script>
<script src='../src/util.js'></script>
<script src='../src/moment-ext.js'></script>
<script src='../src/date-formatting.js'></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/droppable.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link href='../dist/fullcalendar.css' rel='stylesheet' />
<link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
<script src='../node_modules/jquery/dist/jquery.js'></script>
<script src='../lib/jquery-ui/jquery-ui.js'></script>
<script src='../node_modules/components-jqueryui/jquery-ui.js'></script>
<script src='../node_modules/moment/moment.js'></script>
<script src='../dist/fullcalendar.js'></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion tests/dynamic-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<link href='../lib/jquery-ui/themes/cupertino/jquery-ui.min.css' rel='stylesheet' />
<link href='../node_modules/components-jqueryui/themes/cupertino/jquery-ui.min.css' rel='stylesheet' />
<link href='../dist/fullcalendar.css' rel='stylesheet' />
<link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
<script src='../node_modules/moment/moment.js'></script>
Expand Down
4 changes: 2 additions & 2 deletions tests/languages-datepicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<meta charset='utf-8' />
<link rel='stylesheet' href='../lib/jquery-ui/themes/cupertino/jquery-ui.min.css' />
<link rel='stylesheet' href='../node_modules/components-jqueryui/themes/cupertino/jquery-ui.min.css' />
<link href='../dist/fullcalendar.css' rel='stylesheet' />
<link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
<script src='../node_modules/jquery/dist/jquery.js'></script>
<script src='../lib/jquery-ui/jquery-ui.js'></script>
<script src='../node_modules/components-jqueryui/jquery-ui.js'></script>
<script src='../node_modules/moment/moment.js'></script>
<script src='../dist/fullcalendar.js'></script>
<script src='../dist/lang-all.js'></script>
Expand Down
3 changes: 2 additions & 1 deletion tests/tabs.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href='../lib/jquery-ui/themes/cupertino/jquery-ui.min.css' />
<link rel='stylesheet' href='../node_modules/components-jqueryui/themes/cupertino/jquery-ui.min.css' />
<link href='../dist/fullcalendar.css' rel='stylesheet' />
<link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
<script src='../node_modules/jquery/dist/jquery.js'></script>
<script src='../node_modules/components-jqueryui/jquery-ui.js'></script>
<script src='../node_modules/moment/moment.js'></script>
<script src='../dist/fullcalendar.js'></script>
<script>
Expand Down

0 comments on commit e1d0997

Please sign in to comment.