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-09-05 21:59:31 +0400
committerMohamed Ashraf <mohamed.ashraf.213@gmail.com>2013-09-05 21:59:31 +0400
commitdaf558637d1ae98a1910943fbd629a043bad4085 (patch)
tree793b178ab8345a3d8f1ac6e312b77871af32f357 /js/error_report.js
parent7cd2f7a598b87f2c5c6ba94a2ac0a0a809005e74 (diff)
Removed the error throwing function
Diffstat (limited to 'js/error_report.js')
-rw-r--r--js/error_report.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/js/error_report.js b/js/error_report.js
index abe13299be..ad78585a9b 100644
--- a/js/error_report.js
+++ b/js/error_report.js
@@ -308,14 +308,6 @@ var ErrorReport = {
}
-function PMA_exception() {
- a()
-}
-
-function exception(){
- a()
-}
-
TraceKit.report.subscribe(ErrorReport.error_handler);
ErrorReport.set_up_error_reporting();
$(function(){