From 31169d72de2598fcb31d887cc720ba6b2b88cfbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 30 Sep 2013 09:15:44 +0200 Subject: [PATCH] Fixed spacing in javascript code --- js/error_report.js | 64 +++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/js/error_report.js b/js/error_report.js index 2d4c54c3c0..a5bc9c5a59 100644 --- a/js/error_report.js +++ b/js/error_report.js @@ -14,13 +14,13 @@ var ErrorReport = { * * @return void */ - error_handler: function(exception) { + error_handler: function (exception) { ErrorReport._last_exception = exception; $.get("error_report.php",{ ajax_request: true, token: PMA_commonParams.get('token'), get_settings: true, - }, function(data) { + }, function (data) { if (!data.success === true) { PMA_ajaxShowMessage(data.error, false); return; @@ -51,7 +51,7 @@ var ErrorReport = { * * @return void */ - _showReportDialog: function(exception) { + _showReportDialog: function (exception) { var report_data = ErrorReport._get_report_data(exception); /*Remove the hidden dialogs if there are*/ @@ -109,7 +109,7 @@ var ErrorReport = { * * @return void */ - _showErrorNotification: function(){ + _showErrorNotification: function () { ErrorReport._removeErrorNotification(); $div = $('