Revision 0005ea1a
Added by Mikaël Ates over 12 years ago
calebasse/static/js/calebasse.text_input_wrapper.js | ||
---|---|---|
4 | 4 |
$(this).prev('input').val(''); |
5 | 5 |
$(this).closest('form').submit(); |
6 | 6 |
}); |
7 |
$("input:text:visible:first").focus(); |
|
8 | 7 |
}); |
9 | 8 |
})(window.jQuery) |
Also available in: Unified diff
js: remove input text focus everywhere.