This commit is contained in:
Letter N
2020-07-08 16:59:22 +08:00
committed by GitHub
parent 05684e7196
commit 2d447019c5
@@ -981,7 +981,7 @@ $(function() {
$.ajax({
type: 'GET',
url: 'browserOutput_white.css',
url: 'browserOutput.css', // browserOutput_white.css
success: function(styleData) {
var blob = new Blob(['<head><title>Chat Log</title><style>', styleData, '</style></head><body>', $messages.html(), '</body>']);