[geeklog-hg] geeklog: Renamed jquery-ui-i18njs file so it similar to other jQ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Jan 31 17:55:38 EST 2013


changeset 8934:d05c02744742
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/d05c02744742
user: Tom <websitemaster at cogeco.net>
date: Thu Jan 31 17:54:56 2013 -0500
description:
Renamed jquery-ui-i18njs file so it similar to other jQuery Widgets

diffstat:

 plugins/calendar/functions.inc               |  2 +-
 public_html/admin/plugins/calendar/index.php |  2 +-
 public_html/admin/story.php                  |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r cf8ec0efa578 -r d05c02744742 plugins/calendar/functions.inc
--- a/plugins/calendar/functions.inc	Thu Jan 31 17:53:59 2013 -0500
+++ b/plugins/calendar/functions.inc	Thu Jan 31 17:54:56 2013 -0500
@@ -735,7 +735,7 @@
 	
     // Loads jQuery UI datepicker
     $_SCRIPTS->setJavaScriptLibrary('jquery.ui.datepicker');
-    $_SCRIPTS->setJavaScriptLibrary('jquery-ui-i18n');
+    $_SCRIPTS->setJavaScriptLibrary('jquery.ui.i18n');
     $_SCRIPTS->setJavaScriptFile('datepicker', '/javascript/datepicker.js');
 
     $langCode = COM_getLangIso639Code();
diff -r cf8ec0efa578 -r d05c02744742 public_html/admin/plugins/calendar/index.php
--- a/public_html/admin/plugins/calendar/index.php	Thu Jan 31 17:53:59 2013 -0500
+++ b/public_html/admin/plugins/calendar/index.php	Thu Jan 31 17:54:56 2013 -0500
@@ -80,7 +80,7 @@
 
     // Loads jQuery UI datepicker
     $_SCRIPTS->setJavaScriptLibrary('jquery.ui.datepicker');
-    $_SCRIPTS->setJavaScriptLibrary('jquery-ui-i18n');
+    $_SCRIPTS->setJavaScriptLibrary('jquery.ui.i18n');
     $_SCRIPTS->setJavaScriptFile('datepicker', '/javascript/datepicker.js');
 
     $langCode = COM_getLangIso639Code();
diff -r cf8ec0efa578 -r d05c02744742 public_html/admin/story.php
--- a/public_html/admin/story.php	Thu Jan 31 17:53:59 2013 -0500
+++ b/public_html/admin/story.php	Thu Jan 31 17:54:56 2013 -0500
@@ -725,7 +725,7 @@
 
     // Loads jQuery UI datepicker
     $_SCRIPTS->setJavaScriptLibrary('jquery.ui.datepicker');
-    $_SCRIPTS->setJavaScriptLibrary('jquery-ui-i18n');
+    $_SCRIPTS->setJavaScriptLibrary('jquery.ui.i18n');
     $_SCRIPTS->setJavaScriptFile('datepicker', '/javascript/datepicker.js');
 
     $langCode = COM_getLangIso639Code();



More information about the geeklog-cvs mailing list