[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-11269-g810d1a2

Marc Delisle lem9 at users.sourceforge.net
Thu Jul 21 15:24:15 CEST 2011


The branch, master has been updated
       via  810d1a21c88d9756ddad030adb7dceaead1c0098 (commit)
      from  938e807173a997b4ce69095d7189262cd3b8273a (commit)


- Log -----------------------------------------------------------------
commit 810d1a21c88d9756ddad030adb7dceaead1c0098
Author: Marc Delisle <marc at infomarc.info>
Date:   Thu Jul 21 09:24:03 2011 -0400

    Typos

-----------------------------------------------------------------------

Summary of changes:
 js/functions.js |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/js/functions.js b/js/functions.js
index 5dac084..eff6759 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -2283,10 +2283,10 @@ function checkIndexName(form_id)
 /**
  * function to convert the footnotes to tooltips
  *
- * @param   jquery-Object   $div    a div jquery object which crries the domain
- *                                  for searching footnootes. If we ommit this
- *                                  parameter the function searches the footnotes
- *                                  in the whole body
+ * @param   jquery-Object   $div    a div jquery object which specifies the 
+ *                                  domain for searching footnootes. If we 
+ *                                  ommit this parameter the function searches 
+ *                                  the footnotes in the whole body
  **/
 function PMA_convertFootnotesToTooltips($div) {
     // Hide the footnotes from the footer (which are displayed for
@@ -2312,8 +2312,8 @@ function PMA_convertFootnotesToTooltips($div) {
 
     $div.find("img.footnotemarker").each(function() {
         var img_class = $(this).attr("class");
-        /** img contains two classes, as example "footnotemarker footnote_1_1".
-         *  We spit it by second classs and take it for the id of span
+        /** img contains two classes, as example "footnotemarker footnote_1".
+         *  We split it by second class and take it for the id of span
         */
         img_class = img_class.split(" ");
         for (i = 0; i < img_class.length; i++) {
@@ -2323,7 +2323,7 @@ function PMA_convertFootnotesToTooltips($div) {
         }
         /**
          * Now we get the #id of the span with span_id variable. As an example if we
-         * initially get the img class as "footnotemarker footnote_2_3", now we get
+         * initially get the img class as "footnotemarker footnote_2", now we get
          * #2 as the span_id. Using that we can find footnote_2 in footnotes.
          * */
         var tooltip_text = $footnotes.find("span[id='footnote_" + span_id + "']").html();


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list