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 16:28:50 +0400
committerMohamed Ashraf <mohamed.ashraf.213@gmail.com>2013-06-29 16:28:50 +0400
commit6c242747e5981db491b57d061a6f317a2baba43d (patch)
tree23899e4c2ca6d35b23ead6217b94e1a1f18ed333 /js/error_report.js
parent4784086ee3f706be79530a4897d601d7fa59a39d (diff)
Really removes the error notification correctly
Diffstat (limited to 'js/error_report.js')
-rw-r--r--js/error_report.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/error_report.js b/js/error_report.js
index d553db1877..dc8baa7260 100644
--- a/js/error_report.js
+++ b/js/error_report.js
@@ -138,7 +138,7 @@ var ErrorReport = {
*/
_removeErrorNotification: function() {
$("#error_notification").fadeOut( function() {
- this.remove();
+ $(this).remove();
});
},
/**