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-10 19:56:23 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-11 00:50:34 +0400
commitc985fec28279be3ee37a59ba621e9fdb9523b40e (patch)
tree2fdd44cb1c8094f8f53ae490ac4963495e06898b /js/gis_data_editor.js
parent9c167049683d3a54f21e353dc87f3f22b912d00d (diff)
Drop non-JS version of the "GIS data editor"
Diffstat (limited to 'js/gis_data_editor.js')
-rw-r--r--js/gis_data_editor.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/gis_data_editor.js b/js/gis_data_editor.js
index 2901273f4a..3f7eceac41 100644
--- a/js/gis_data_editor.js
+++ b/js/gis_data_editor.js
@@ -21,9 +21,6 @@ function closeGISEditor(){
* Prepares the HTML recieved via AJAX.
*/
function prepareJSVersion() {
- // Hide 'Go' buttons associated with the dropdowns
- $('.go').hide();
-
// Change the text on the submit button
$("#gis_editor input[name='gis_data[save]']")
.val(PMA_messages['strCopy'])