mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -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 () {
|
$('#message').on('click', function () {
|
||||||
if ($('#adv_id').data('content') == $('#message').data('content')) {
|
if ($('#adv_id').data('content') == $('#message').data('content')) {
|
||||||
alert("You can't send messages to your own ad.")
|
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(){
|
function openVideo(){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user