fix tag legacy api limit

This commit is contained in:
albert
2013-02-28 21:48:48 -08:00
parent ea89218fdb
commit 207001655d
3 changed files with 9 additions and 3 deletions

View File

@@ -95,7 +95,7 @@
if ($("#a-show").length) {
$(document).bind("keydown.e", function(e) {
$("#post-edit-link").trigger("click");
$("#post_tag_string").trigger("focus");
$("#post_tag_string").focus();
e.preventDefault();
});
@@ -238,6 +238,8 @@
$("#edit").show();
$("#comments").hide();
$("#share").hide();
$("#post_tag_string").focus();
$("")
} else {
$("#edit").hide();
$("#comments").hide();