Guest User

Untitled

a guest
Nov 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <div id="content_tools">
  2. <ul class="tools tools_buttons">
  3. <li class="icon flag<%= item.flagged? ? ' flagged' : '' %>" data-id="<%= item.id %>" title="Mark this item as a Favorite"></li>
  4. <!-- where HIDE was previously positioned -->
  5. <li class="toggle unpublish" data-id="<%= item.id %>" title="Show or hide this item on your Fan Page">HIDE</li> --->
  6. </ul>
  7. </div>
  8.  
  9.  
  10. <!-- now that it's in this new ul, it stopped working -->
  11. <ul class="tools_hide"><li class="toggle unpublish" data-id="<%= item.id %>" title="Show or hide this item on your Fan Page">HIDE</li></ul>
Add Comment
Please, Sign In to add comment