Ticket #5620: inspector.js.diff
File inspector.js.diff, 698 bytes (added by e-moe, 8 years ago) |
---|
-
inspector.
old new 106 106 creator, mixed_creator, 107 107 date, mixed_date, 108 108 v, u, f, d, pct, 109 uri, 109 110 now = Date.now(); 110 111 111 112 // … … 396 397 } 397 398 if(!str) 398 399 str = none; 399 setTextContent(e.comment_lb, str); 400 uri = parseUri(str); 401 if (uri.protocol == 'http' || uri.parseUri == 'https') 402 setInnerHTML(e.comment_lb, '<a href="' + str + '" target="_blank" >' + str + '</a>'); 403 else 404 setTextContent(e.comment_lb, str); 400 405 401 406 // 402 407 // origin