diff --git a/js/functions.js b/js/functions.js index 998f1ad114..007af4ade3 100644 --- a/js/functions.js +++ b/js/functions.js @@ -368,7 +368,7 @@ function PMA_addDatepicker($this_element, type, options) }, 0); }, onSelect: function() { - $this_element.data('datepicker').inline = true; + $this_element.data('datepicker').inline = true; }, onClose: function (dateText, dp_inst) { // The value is no more from the date picker @@ -3493,6 +3493,7 @@ function showIndexEditDialog($outer) ); } }); + $('div.add_fields').removeClass('hide'); // focus index size input on column picked $outer.find('table#index_columns select').change(function () { if ($(this).find("option:selected").val() === '') { diff --git a/js/indexes.js b/js/indexes.js index 009b940d13..1e997a5edc 100644 --- a/js/indexes.js +++ b/js/indexes.js @@ -344,6 +344,7 @@ function PMA_showAddIndexDialog(source_array, array_index, target_columns, col_i open: function () { checkIndexName("index_frm"); PMA_showHints($div); + PMA_init_slider(); $('#index_columns td').each(function () { $(this).css("width", $(this).width() + 'px'); }); diff --git a/libraries/navigation/NavigationTree.class.php b/libraries/navigation/NavigationTree.class.php index c27d21f312..698a853d96 100644 --- a/libraries/navigation/NavigationTree.class.php +++ b/libraries/navigation/NavigationTree.class.php @@ -843,7 +843,7 @@ class PMA_NavigationTree $retval .= urlencode($parents[0]->real_name); $retval .= ""; if (empty($listContent)) { - $retval .= "