This will fix and close #9346

This commit is contained in:
Ghommie
2019-09-23 17:55:55 +02:00
parent c090c98118
commit 7d3003179b
@@ -915,7 +915,7 @@ $(function() {
$.ajax({
type: 'GET',
url: 'browserOutput_white.css',
url: 'browserOutput.css',
success: function(styleData) {
var blob = new Blob(['<head><title>Chat Log</title><style>', styleData, '</style></head><body>', $messages.html(), '</body>']);