Hide json textarea
-
A minor bug might be that the text area is visible?
To hide it
OPEN inc/add_to_comment_form.php
FIND
echo '<textarea id="JsonRate" class="JsonRate" name="JsonRateResult" placeholder="JsonRate"></textarea>';
REPLACE WITH
echo '<textarea id="JsonRate" class="JsonRate" name="JsonRateResult" placeholder="JsonRate" style="display:none;"></textarea>';
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hide json textarea’ is closed to new replies.