mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-09-09 11:22:41 +08:00
update to readme
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ node_js:
|
||||
- "0.10"
|
||||
before_install: npm install -g grunt-cli
|
||||
install: npm install
|
||||
before_script: grunt build
|
||||
before_script: grunt dev
|
||||
@@ -207,4 +207,5 @@ module.exports = function(grunt) {
|
||||
return js;
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
@@ -102,4 +102,4 @@
|
||||
<div id='calendar'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
+1
-1
@@ -97,4 +97,4 @@
|
||||
<div id='calendar'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -150,4 +150,4 @@
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -146,4 +146,4 @@
|
||||
<div id='calendar'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -117,4 +117,4 @@
|
||||
<div id='calendar'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -125,4 +125,4 @@
|
||||
<div id='calendar'></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[](https://travis-ci.org/seankenny/fullcalendar)
|
||||
|
||||
#FORK INFO
|
||||
##v2.1.1 BETA!
|
||||
This fork adds a vertical resource view to FullCalendar. Some details on usage, etc are available here:
|
||||
<a href="http://www.seankenny.me/blog/2013/08/14/fullcalendar-with-a-resource-day-view/" target="_blank">http://www.seankenny.me/blog/2013/08/14/fullcalendar-with-a-resource-day-view/</a>
|
||||
<a href="http://www.seankenny.me/blog/2014/07/24/resource-fullcalendar-dragging-and-clicking/" target="_blank">http://www.seankenny.me/blog/2014/07/24/resource-fullcalendar-dragging-and-clicking/</a>
|
||||
|
||||
@@ -139,4 +139,4 @@ ComboCoordMap.prototype = {
|
||||
return cell;
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user