Skip to content

Commit b086bd2

Browse files
committed
readded setTimeout: looks like rename doesn't always work without it?
1 parent 055e992 commit b086bd2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

page/info_command/incoming.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ link.one('click', function () {
9292
trackClickEvent("TagDefault");
9393
$("#command_comment").text($(this).attr("data-command-name"));
9494
$("#command_comment+a").click();
95-
$("#quickedit-rename input:last").click();
95+
setTimeout(function() {
96+
$("#quickedit-rename input:last").click();
97+
}, 1);
9698
$(this).val(trans.sp.tagger.tagged).attr("disabled", "disabled");
9799
});
98100

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.11.101
1+
4.11.102

0 commit comments

Comments
 (0)