1
0
mirror of https://github.com/flarum/core.git synced 2025-08-21 07:41:49 +02:00

Add "Debug" button to inspect the response of a failed AJAX request

Related to #118
This commit is contained in:
Toby Zerner
2015-09-18 16:46:46 +09:30
parent 80665450fc
commit efca923d30
6 changed files with 79 additions and 17 deletions

View File

@@ -130,3 +130,10 @@ blockquote ol:last-child {
position: fixed;
}
}
.RequestErrorModal {
pre {
white-space: pre-wrap;
margin: 0;
}
}