Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-04 18:41:21 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-04 18:41:21 +0300
commitbf0b36f26c6765767f97bc383cce913c8e93f37f (patch)
treee6f82098767b727978dbd90b2dd76067dfee682c /plugins/CoreHome/templates/calendar.js
parent8308d787c43b4de65c3a729e038b3462d9206e36 (diff)
- trying to look better in chrome
Diffstat (limited to 'plugins/CoreHome/templates/calendar.js')
-rw-r--r--plugins/CoreHome/templates/calendar.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/calendar.js b/plugins/CoreHome/templates/calendar.js
index ab2f94eb39..8a5b20ef1b 100644
--- a/plugins/CoreHome/templates/calendar.js
+++ b/plugins/CoreHome/templates/calendar.js
@@ -133,6 +133,7 @@ function formatDate(date)
}
$(document).ready(function(){
+
$("#calendar").calendar({
onSelect: updateDate,
showOtherMonths: true,
@@ -168,5 +169,7 @@ $(document).ready(function(){
_pk_translate('CoreHome_MonthDecemeber')]
},
currentDate);
+
+ $("#calendar").hide();
}
);