mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-26 13:18:16 +08:00
new Grunt build system, development flow, Bower component generation, jQuery plugin manifest
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script type='text/javascript' src='../src/_loader.js?debug'></script>
|
||||
<script type='text/javascript' src='../src/gcal/_loader.js'></script>
|
||||
<script type='text/javascript'>
|
||||
<link rel='stylesheet' href='../build/out/fullcalendar/fullcalendar.css' />
|
||||
<link rel='stylesheet' href='../build/out/fullcalendar/fullcalendar.print.css' media='print' />
|
||||
<script src='../build/deps.js'></script>
|
||||
<script src='../build/out/fullcalendar/fullcalendar.js'></script>
|
||||
<script src='../build/out/fullcalendar/gcal.js'></script>
|
||||
<script>
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
@@ -34,7 +37,7 @@
|
||||
}
|
||||
|
||||
</script>
|
||||
<style type='text/css'>
|
||||
<style>
|
||||
|
||||
body {
|
||||
margin-top: 40px;
|
||||
|
||||
Reference in New Issue
Block a user