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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2012-04-29 21:00:49 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-04-29 21:00:49 +0400
commit287723527c1901adeafd8e01327f8d44a9e3f53a (patch)
tree184b0b5d3476b5af1ec615133c6b492837eb2f3e /js/db_structure.js
parent68a4c2b24034e32f2822308ce26ad825e826438d (diff)
Add missing semicolons
Diffstat (limited to 'js/db_structure.js')
-rw-r--r--js/db_structure.js18
1 files changed, 9 insertions, 9 deletions
diff --git a/js/db_structure.js b/js/db_structure.js
index e0b786495c..f5d4db94bb 100644
--- a/js/db_structure.js
+++ b/js/db_structure.js
@@ -170,7 +170,7 @@ $(function() {
$(this).remove();
},
buttons : button_options_error
- })// end dialog options
+ }); // end dialog options
} else {
var $dialog = $div
.append(data)
@@ -197,7 +197,7 @@ $(function() {
PMA_convertFootnotesToTooltips($div);
}
PMA_ajaxRemoveMessage($msgbox);
- }) // end $.get()
+ }); // end $.get()
});
@@ -222,8 +222,8 @@ $(function() {
/**Update the row count at the tableForm*/
current_insert_table.closest('tr').find('.value.tbl_rows').html(data.row_count);
PMA_adjustTotals();
- }) // end $.post()
- }) // end insert table button "Go"
+ }); // end $.post()
+ }); // end insert table button "Go"
$("#buttonYes.ajax").live('click', function(event){
event.preventDefault();
@@ -259,7 +259,7 @@ $(function() {
/**Update the row count at the tableForm*/
current_insert_table.closest('tr').find('.value.tbl_rows').html(data.row_count);
PMA_adjustTotals();
- }) // end $.post()
+ }); // end $.post()
});
/**
@@ -332,8 +332,8 @@ $(function() {
} else {
PMA_ajaxShowMessage(PMA_messages['strErrorProcessingRequest'] + " : " + data.error, false);
}
- }) // end $.get()
- }) //end $.PMA_confirm()
+ }); // end $.get()
+ }); //end $.PMA_confirm()
}); //end of Truncate Table Ajax action
/**
@@ -494,8 +494,8 @@ $(function() {
$(this).PMA_confirm(question, '', function() {
return true;
- })
+ });
return false;
- }) //end Calculate Real End for InnoDB
+ }); //end Calculate Real End for InnoDB
}, 'top.frame_content'); // end $()