adf
Javascript
code posted
created at 05 Oct 06:42
Edit
|
Back
1
2
3
4
5 |
setup_comment_form: function(){
if ($("#new_comment").length == 0) return;
var ncf = $("#new_comment");
ncf.attr("action", ncf.attr("real_action"));
} |
170 Bytes in 1 ms with coderay