The branch, master has been updated
via 810d1a21c88d9756ddad030adb7dceaead1c0098 (commit)
from 938e807173a997b4ce69095d7189262cd3b8273a (commit)
- Log -----------------------------------------------------------------
commit 810d1a21c88d9756ddad030adb7dceaead1c0098
Author: Marc Delisle <[email protected]>
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
------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git