Commit adb5018e by txy

'调整'

parent 160f44cd
......@@ -222,7 +222,7 @@ function getActivityTitle() {
document.title = title;
var $body = $('body');
var $iframe = $('<iframe src="/favicon.ico"></iframe>');
var $iframe = $('<iframe src=""></iframe>');
$iframe.on('load',function() {
setTimeout(function() {
$iframe.off('load').remove();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment