Fixed bug #3367993 - Missing "Generate Password" button

This commit is contained in:
Rouslan Placella
2011-07-15 16:32:18 +01:00
parent 40d7c3b8ba
commit 3ec3c7ee17
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ phpMyAdmin - ChangeLog
- bug #3353811 [interface] Info message has "error" class
- bug #3357837 [interface] TABbing through a NULL field in the inline mode resets NULL
- remove version number in /setup
- bug #3367993 [usability] Missing "Generate Password" button
3.4.3.1 (2011-07-02)
- [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-5

View File

@@ -489,6 +489,7 @@ $(document).ready(function() {
}
});
displayPasswordGenerateButton();
}, 'top.frame_content'); //end $(document).ready()
/**#@- */