diff --git a/home/page/attributions/attributions.html b/home/page/attributions/attributions.html
index 7efeb1b8a43..07da9fd89d6 100644
--- a/home/page/attributions/attributions.html
+++ b/home/page/attributions/attributions.html
@@ -69,6 +69,10 @@
SlickGrid |
A lightning fast JavaScript grid/spreadsheet. |
+
+ | FullCalendar |
+ FullCalendar is a jQuery plugin that provides a full-sized, drag and drop calendar. |
+
| Flot Charting Library |
Attractive JavaScript plotting for jQuery. |
@@ -85,6 +89,10 @@
JSColor - Color Picker |
HTML/Javascript Color Picker. |
+
+ | QUnit |
+ A JavaScript Unit Testing framework. |
+
| Downloadify - Flash Download Widget |
A tiny javascript + Flash library that enables the creation and download of text files without server interaction. |
diff --git a/public/js/modules.js b/public/js/modules.js
index 9f71a1693eb..dc9548f8d7d 100644
--- a/public/js/modules.js
+++ b/public/js/modules.js
@@ -82,7 +82,7 @@ $.extend(wn.modules, {
icon: "icon-check"
},
"Calendar": {
- link: "calendar",
+ link: "Calendar/Event",
color: "#026584",
label: wn._("Calendar"),
icon: "icon-calendar"
diff --git a/utilities/page/calendar/calendar.js b/utilities/page/calendar/calendar.js
index aab8f0b194b..033e906b1fa 100644
--- a/utilities/page/calendar/calendar.js
+++ b/utilities/page/calendar/calendar.js
@@ -23,6 +23,9 @@
wn.provide("erpnext.calendar");
pscript.onload_calendar = function(wrapper) {
+
+
+
wn.ui.make_app_page({
parent: wrapper,
single_column: true,