3 lines
69 B
Plaintext
3 lines
69 B
Plaintext
$("a#add-to-favorites").hide();
|
|
$("a#remove-from-favorites").show();
|
$("a#add-to-favorites").hide();
|
|
$("a#remove-from-favorites").show();
|