Guest User

Untitled

a guest
Jun 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. {% if tweet.type == BBDirectMessage %}
  2. {% if tweet.isOwn %}
  3. <div class="realName dmTo"><b>To:</b> <a href="{{tweet.userURL}}">{{tweet.author.fullName}}</a></div>
  4. {% else %}
  5. <div class="realName dmFrom"><a href="{{tweet.userURL}}">{{tweet.author.fullName}}</a></div>
  6. {% /if %}
  7. {% /if %}
  8.  
  9. $(document).ready(function(){
  10. $(".dmTo a").innerHTML($(".dmFrom a:first").text());
  11. });
Add Comment
Please, Sign In to add comment