Ticket #21334: inline-edit-post.diff
File inline-edit-post.diff, 536 bytes (added by , 12 years ago) |
---|
-
inline-edit-post.js
78 78 t.revert(); 79 79 $('select[name^="action"]').val('-1'); 80 80 }); 81 82 //show the 'quick links' section when user tabs into post title triggering focus 83 $('td.post-title a.row-title').on('focus', function(e){ 84 $(this).parent().next().css("visibility", "visible") 85 }); 81 86 }, 82 87 83 88 toggle : function(el){