Fixed innerHTML problem in IE7 and 8 for badge script
This commit is contained in:
parent
29d83c8ca9
commit
8bf2a9046b
|
@ -223,7 +223,7 @@ function markupPost(raw, server) {
|
|||
},
|
||||
changeUserTo : function(el) {
|
||||
$.a.user = el.rel;
|
||||
$.s.h.a.innerHTML = el.rev + $.a.headerText;
|
||||
$.s.h.a.appendChild(document.createTextNode(el.rev + $.a.headerText));
|
||||
$.s.h.a.href = 'http://' + $.a.server + '/' + el.id;
|
||||
$.f.runSearch();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user