Fix #853
This commit is contained in:
parent
82c74a0cf1
commit
a65c353597
@ -13689,7 +13689,7 @@
|
|||||||
Header.addShortcut(sc);
|
Header.addShortcut(sc);
|
||||||
} else {
|
} else {
|
||||||
this.dialog = sc = UI.dialog('thread-stats', 'bottom: 0px; right: 0px;', {
|
this.dialog = sc = UI.dialog('thread-stats', 'bottom: 0px; right: 0px;', {
|
||||||
innerHTML: "<div class=\"move\" title=\"" + E(statsTitle) + "\">" + statsHTML.innerHTML + "</div>"
|
innerHTML: "<div class=move title='" + title + "'>" + html + "</div>"
|
||||||
});
|
});
|
||||||
$.addClass(doc, 'float');
|
$.addClass(doc, 'float');
|
||||||
$.ready(function() {
|
$.ready(function() {
|
||||||
|
|||||||
@ -13705,7 +13705,7 @@
|
|||||||
Header.addShortcut(sc);
|
Header.addShortcut(sc);
|
||||||
} else {
|
} else {
|
||||||
this.dialog = sc = UI.dialog('thread-stats', 'bottom: 0px; right: 0px;', {
|
this.dialog = sc = UI.dialog('thread-stats', 'bottom: 0px; right: 0px;', {
|
||||||
innerHTML: "<div class=\"move\" title=\"" + E(statsTitle) + "\">" + statsHTML.innerHTML + "</div>"
|
innerHTML: "<div class=move title='" + title + "'>" + html + "</div>"
|
||||||
});
|
});
|
||||||
$.addClass(doc, 'float');
|
$.addClass(doc, 'float');
|
||||||
$.ready(function() {
|
$.ready(function() {
|
||||||
|
|||||||
@ -24,7 +24,7 @@ ThreadStats =
|
|||||||
|
|
||||||
else
|
else
|
||||||
@dialog = sc = UI.dialog 'thread-stats', 'bottom: 0px; right: 0px;',
|
@dialog = sc = UI.dialog 'thread-stats', 'bottom: 0px; right: 0px;',
|
||||||
<%= html('<div class="move" title="${statsTitle}">&{statsHTML}</div>') %>
|
innerHTML: "<div class=move title='#{title}'>#{html}</div>"
|
||||||
$.addClass doc, 'float'
|
$.addClass doc, 'float'
|
||||||
$.ready ->
|
$.ready ->
|
||||||
$.add d.body, sc
|
$.add d.body, sc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user