close form after reply
This commit is contained in:
parent
d6e4312e47
commit
3b197c4c3c
@ -71,6 +71,11 @@
|
||||
insert($('#isso_thread'), rv)
|
||||
},
|
||||
});
|
||||
|
||||
// close form after reply
|
||||
if (id) {
|
||||
$('#' + formid).remove();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user