From 99fb5315ebb78bd78da93fd65fc3e0d40974777f Mon Sep 17 00:00:00 2001 From: Patrick Rauland Date: Tue, 8 Oct 2013 01:02:33 +0200 Subject: [PATCH] adding system status report copy text area --- includes/admin/views/html-admin-page-status-report.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/includes/admin/views/html-admin-page-status-report.php b/includes/admin/views/html-admin-page-status-report.php index 3e58b3428a0..dc70a88a481 100644 --- a/includes/admin/views/html-admin-page-status-report.php +++ b/includes/admin/views/html-admin-page-status-report.php @@ -2,9 +2,9 @@

-

+
@@ -541,8 +541,7 @@ } ); try { - var blob = new Blob( [ report ], { type: "text/plain;charset=" + document.characterSet } ); - saveAs( blob, jQuery(this).attr('download') ); + jQuery("#debug-report").val( report ).show().focus().select(); return false; } catch(e){ console.log( e ); }