Update custom.html

pull/925/head
Ronin0000 2021-11-20 13:07:38 -08:00 committed by GitHub
parent b108bc45fb
commit 9c07800c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -30,6 +30,8 @@
<link href='fullcalendar/main.css' rel='stylesheet' />
<script src='fullcalendar/main.js'></script>
<script src="../../core/lib/customize.js"></script>
</head>
<body>
<script>
document.addEventListener('DOMContentLoaded', function() {
var calendarEl = document.getElementById('calendar');
@ -70,8 +72,6 @@
var calendarEvents = calendar.getEvents();
let schedule = []
</head>
<body>
for(i=0;i>calendarEvents.length;i++){
var calendarEntry = {}
@ -83,10 +83,6 @@
calendarEntry['em'] = calendarEvents[i].end.getMinutes();
schedule.push(calendarEntry)
}
<p>Some text: <input type="text" id="mytext" class="form-input" value="http://espruino.com"></p>
<p>Click <button id="upload" class="btn btn-primary">Upload</button></p>
<script src="../../core/lib/customize.js"></script>
<script>
// When the 'upload' button is clicked...