Changeset 1032690
- Timestamp:
- 11/25/2014 08:48:05 PM (11 years ago)
- Location:
- because/trunk
- Files:
-
- 2 added
- 5 edited
-
assets/downvote.png (modified) (previous)
-
assets/downvote2.png (added)
-
assets/upvote.png (modified) (previous)
-
assets/upvote2.png (added)
-
public/assets/js/public.js (modified) (2 diffs)
-
public/includes/class-sp_comments.php (modified) (1 diff)
-
social-polling.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
because/trunk/public/assets/js/public.js
r1032678 r1032690 161 161 var $comment_box_offset = $('#respond').offset().top + 'px'; 162 162 $("html, body").animate({ scrollTop: $comment_box_offset }, 450); 163 }, 2000);163 }, 100); 164 164 165 165 //$('#social_polling_see_results_wrapper').html('You Already Voted'); … … 510 510 511 511 512 $(document).on('click', '.social_share', function(){ 513 // alert('share click'); 514 $(this).after('<p>ssdkflnsdflknsdklfnsdkfns</p>') 515 return false; 516 }) 517 518 $(document).on('click', '.comment-collapse-button', function(){ 519 // $(this) 520 if($(this).parents('.comment-body').children('.comment-collapse').css('display')==='block'){ 521 $(this).parents('.comment-body').children('.comment-collapse').css('display','none'); 522 $(this).parents('.comment-body').siblings().css('display','none'); 523 $(this).children('a').text('+'); 524 $(this).siblings('.comment-author').css('opacity','.4'); 525 } 526 else{ 527 $(this).parents('.comment-body').children('.comment-collapse').css('display','block'); 528 $(this).parents('.comment-body').siblings().css('display','block'); 529 $(this).children('a').text('-'); 530 $(this).siblings('.comment-author').css('opacity','1'); 531 } 532 533 // if ($(this)) 534 return false; 535 }) 512 536 513 537 514 -
because/trunk/public/includes/class-sp_comments.php
r1032678 r1032690 1542 1542 1543 1543 }//CLASS spComments 1544 1545 add_filter('comment_text', 'comment_vote_choice'); 1544 1546 1545 1547 function comment_vote_choice( $comment_text){ -
because/trunk/social-polling.php
r1032684 r1032690 34 34 35 35 <<<<<<< .mine 36 * Version: 1. 4.536 * Version: 1.5.0 37 37 ======= 38 * Version: 1. 4.538 * Version: 1.5.0 39 39 >>>>>>> .r969865 40 40
Note: See TracChangeset
for help on using the changeset viewer.