Commit adb5018e by txy

'调整'

parent 160f44cd
...@@ -222,7 +222,7 @@ function getActivityTitle() { ...@@ -222,7 +222,7 @@ function getActivityTitle() {
document.title = title; document.title = title;
var $body = $('body'); var $body = $('body');
var $iframe = $('<iframe src="/favicon.ico"></iframe>'); var $iframe = $('<iframe src=""></iframe>');
$iframe.on('load',function() { $iframe.on('load',function() {
setTimeout(function() { setTimeout(function() {
$iframe.off('load').remove(); $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