This commit is contained in:
Toks
2013-04-30 19:39:12 -04:00
parent 735824f8ca
commit c5f8812999

View File

@@ -92,7 +92,7 @@
Danbooru.Post.initialize_shortcuts = function() {
$(document).bind("keydown.q", function(e) {
$("#tags").trigger("focus");
$("#tags").trigger("focus").selectEnd();
e.preventDefault();
});