The branch, master has been updated via 0b04f907565ecde39010aa5b6b342cdbe7d4713c (commit) from 5e090e38649092be27844dbcb8d5508843286d94 (commit)
- Log ----------------------------------------------------------------- commit 0b04f907565ecde39010aa5b6b342cdbe7d4713c Author: Rouslan Placella rouslan@placella.com Date: Thu Dec 1 00:00:39 2011 +0000
"No indexes" message was not disappearing after adding an index
-----------------------------------------------------------------------
Summary of changes: js/tbl_structure.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/js/tbl_structure.js b/js/tbl_structure.js index fb68f53..c9fd93b 100644 --- a/js/tbl_structure.js +++ b/js/tbl_structure.js @@ -261,6 +261,7 @@ $(document).ready(function() { if ($("#edit_index_dialog").length > 0) { $("#edit_index_dialog").dialog("close"); } + $('.no_indexes_defined').hide(); } else if (data.error != undefined) { var $temp_div = $("<div id='temp_div'><div>").append(data.error); if ($temp_div.find(".error code").length != 0) {
hooks/post-receive