Skip to content

Commit 718557e

Browse files
committed
use survey.min.css for all docs demos
1 parent ddcb050 commit 718557e

7 files changed

+7
-7
lines changed

docs/demos/jspsych-survey-demo1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
9-
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected]/css/survey.css">
9+
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected]/css/survey.min.css">
1010
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1111
</head>
1212
<body></body>

docs/demos/jspsych-survey-demo2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
99
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
10-
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected]/css/survey.css">
10+
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected]/css/survey.min.css">
1111
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1212
</head>
1313
<body></body>

docs/demos/jspsych-survey-demo3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
99
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
10-
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected]/css/survey.css">
10+
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected]/css/survey.min.css">
1111
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1212
</head>
1313
<body></body>

docs/demos/jspsych-survey-demo4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
99
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
10-
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected]/css/survey.css">
10+
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected]/css/survey.min.css">
1111
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1212
</head>
1313
<body></body>

docs/demos/jspsych-survey-demo5.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
99
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
10-
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected]/css/survey.css">
10+
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected]/css/survey.min.css">
1111
<link rel="stylesheet" href="docs-demo.css" type="text/css">
1212
</head>
1313
<body></body>

docs/demos/jspsych-survey-demo6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
99
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
1010
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
11-
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected]/css/survey.css">
11+
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected]/css/survey.min.css">
1212
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1313
<style>
1414
/* center the audio player and all image question types in the survey */

docs/demos/jspsych-survey-demo7.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
99
<script src="https://unpkg.com/@jspsych/[email protected]"></script>
1010
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/jspsych.css" />
11-
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected]/css/survey.css">
11+
<link rel="stylesheet" href="https://unpkg.com/@jspsych/[email protected]/css/survey.min.css">
1212
<link rel="stylesheet" href="docs-demo.css" type="text/css" />
1313
</head>
1414

0 commit comments

Comments
 (0)