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:
authorMohamed Ashraf <mohamed.ashraf.213@gmail.com>2013-06-29 15:35:24 +0400
committerMohamed Ashraf <mohamed.ashraf.213@gmail.com>2013-06-29 15:35:24 +0400
commit6f84aa5af4f719b886c4cde5775cabfb06ffe2e6 (patch)
tree113e49258e8089ce96a071282f1ceaf9fff43e4b /js/error_report.js
parentf99f448eb6e5581a331f496be59ee34dbf90fd09 (diff)
Removes the error notification correctly
Diffstat (limited to 'js/error_report.js')
-rw-r--r--js/error_report.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/error_report.js b/js/error_report.js
index 1cc37ba666..d553db1877 100644
--- a/js/error_report.js
+++ b/js/error_report.js
@@ -137,7 +137,9 @@ var ErrorReport = {
* @return void
*/
_removeErrorNotification: function() {
- $("#error_notification").fadeOut();
+ $("#error_notification").fadeOut( function() {
+ this.remove();
+ });
},
/**
* Shows the modal dialog previewing the report