Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-04-22 03:12:30 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-22 03:12:30 +0400
commitff66fdbdf9ed414dfa75c7e66f738887dd9efc25 (patch)
treeb86f946b150e3919cafce790faf716905b930c38 /js/tbl_select.js
parentda0e04d179e8e11f3a0023e17305857c6fe6fbbd (diff)
Remove stray trailing whitespaces
Diffstat (limited to 'js/tbl_select.js')
-rw-r--r--js/tbl_select.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/tbl_select.js b/js/tbl_select.js
index 74eb6ff6e1..bd50a10733 100644
--- a/js/tbl_select.js
+++ b/js/tbl_select.js
@@ -14,7 +14,7 @@
*/
$(function() {
/**
- * Prepare a div containing a link, otherwise it's incorrectly displayed
+ * Prepare a div containing a link, otherwise it's incorrectly displayed
* after a couple of clicks
*/
$('<div id="togglesearchformdiv"><a id="togglesearchformlink"></a></div>')
@@ -38,7 +38,7 @@ $(function() {
/**
* Ajax event handler for Table Search
- *
+ *
* (see $GLOBALS['cfg']['AjaxEnable'])
*/
$("#tbl_search_form.ajax").live('submit', function(event) {
@@ -60,13 +60,13 @@ $(function() {
$("#sqlqueryresults").trigger('makegrid');
$('#tbl_search_form')
// workaround for bug #3168569 - Issue on toggling the "Hide search criteria" in chrome.
- .slideToggle()
+ .slideToggle()
.hide();
$('#togglesearchformlink')
// always start with the Show message
.text(PMA_messages['strShowSearchCriteria']);
$('#togglesearchformdiv')
- // now it's time to show the div containing the link
+ // now it's time to show the div containing the link
.show();
// needed for the display options slider in the results
PMA_init_slider();
@@ -141,7 +141,7 @@ $(function() {
} else {
$editorSpan.hide();
}
-
+
});
$('span.open_search_gis_editor').live('click', function(event) {