Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. if ($answerCheckbox.is(':checked') || 0 > 0) {
  2. $answerCheckbox.attr('checked', true);
  3. $('#question-only-section').hide();
  4. StackExchange.using("editor", function () {
  5. setTimeout(function () { showAnswerSection(true) }, 2);
  6. });
  7. }
  8.  
  9. if ($answerCheckbox.is(':checked') || <?php echo $x;?> > 0) {
  10.  
  11. if ($answerCheckbox.is(':checked') || <?php echo $tot; ?> > 0) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement