mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
This commit is contained in:
parent
077bc02a72
commit
f01625d79c
@ -1,9 +1,5 @@
|
||||
|
||||
|
||||
$('#complaints').on('click', function () {
|
||||
$('#complaints_modal').modal('toggle');
|
||||
});
|
||||
|
||||
$('#message').on('click', function () {
|
||||
if ($('#adv_id').data('content') == $('#message').data('content')) {
|
||||
alert("You can't send messages to your own ad.")
|
||||
@ -32,9 +28,6 @@ $('#message-button').on('click', function () {
|
||||
});
|
||||
});
|
||||
|
||||
$('#complaint-radio').on('click', function () {
|
||||
$(this).closest("textarea").toggle();
|
||||
});
|
||||
|
||||
|
||||
function openVideo(){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user