|
|
@@ -2,7 +2,7 @@
|
|
|
<html>
|
|
|
<head>
|
|
|
<meta charset='utf-8' />
|
|
|
-<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
|
|
|
+<link href='https://use.fontawesome.com/releases/v5.0.6/css/all.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>
|
|
|
@@ -149,8 +149,8 @@
|
|
|
Theme System:
|
|
|
|
|
|
<select>
|
|
|
- <option value='bootstrap3' selected>Bootstrap 3</option>
|
|
|
<option value='bootstrap4' selected>Bootstrap 4</option>
|
|
|
+ <option value='bootstrap3'>Bootstrap 3</option>
|
|
|
<option value='jquery-ui'>jQuery UI</option>
|
|
|
<option value='standard'>unthemed</option>
|
|
|
</select>
|