quattro: remove unused parameter 'comment' from function cmtBbClose
This commit is contained in:
parent
2b7d08508d
commit
64a6e8693c
|
@ -43,10 +43,10 @@ function insertFormatting(comment,BBcode,id) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function cmtBbOpen(id) {
|
function cmtBbOpen(id) {
|
||||||
$(".comment-edit-bb-" + id).show();
|
$("#comment-edit-bb-" + id).show();
|
||||||
}
|
}
|
||||||
function cmtBbClose(comment, id) {
|
function cmtBbClose(id) {
|
||||||
$(".comment-edit-bb-" + id).hide();
|
$("#comment-edit-bb-" + id).hide();
|
||||||
}
|
}
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue