From 96c74ae34d8dbcdba0979141af7cc8c7438cc80c Mon Sep 17 00:00:00 2001 From: Julio Cesar Laura Date: Fri, 14 Sep 2012 14:04:16 -0400 Subject: [PATCH] BUG 9743 Dynarch jscalendar never gets translated SOLVED - Unnecesary language file inclusion - Delete the unnecesary file inclusion --- gulliver/system/class.headPublisher.php | 1 - 1 file changed, 1 deletion(-) diff --git a/gulliver/system/class.headPublisher.php b/gulliver/system/class.headPublisher.php index 48ea9cd42..699fc2fae 100755 --- a/gulliver/system/class.headPublisher.php +++ b/gulliver/system/class.headPublisher.php @@ -203,7 +203,6 @@ class headPublisher { $this->addScriptFile ( "/js/widgets/js-calendar/unicode-letter.js" ); $this->addScriptFile ( "/js/widgets/js-calendar/lang/".$sysLang.".js" ); - $this->addScriptFile ( "/js/widgets/js-calendar/lang/en.js" ); $head = ''; $head .= '' . $this->title . "\n";