From 9792516d206dddf6c0df76446bc8a9ecffb1e4eb Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 30 Apr 2009 17:11:42 +0000 Subject: [PATCH] bug [calendar] js error "window.parent.addEvent is not a function" --- ChangeLog | 1 + calendar.php | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index f835eaa7c3..903ab4b09d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA thanks to Derek Schaefer - drummingds1 - bug #2780722 [import] Incorrect maximum file size - bug #2780356 [calendar] Null checkbox not unchecked when date is chosen +- bug [calendar] js error "window.parent.addEvent is not a function" 3.1.4.0 (2009-04-25) + patch #1808339 [doc] Apache SSLOptions and StdEnvVars FAQ, diff --git a/calendar.php b/calendar.php index 6cc2f62900..a205fdc135 100644 --- a/calendar.php +++ b/calendar.php @@ -12,6 +12,7 @@ require_once './libraries/common.inc.php'; require_once './libraries/header_http.inc.php'; $page_title = $strCalendar; require './libraries/header_meta_style.inc.php'; +$GLOBALS['js_include'][] = 'common.js'; $GLOBALS['js_include'][] = 'tbl_change.js'; require './libraries/header_scripts.inc.php'; ?> -- 2.11.4.GIT