Browse Source

fix displaying of "All users publicly followed by" modal in following.html (it worked only in home.html)

master
Miguel Freitas 11 years ago
parent
commit
568a526ebd
  1. 2
      following.html
  2. 4
      home.html

2
following.html

@ -403,7 +403,7 @@ @@ -403,7 +403,7 @@
<!-- ÁREA DE PROFILE END -->
<!-- ÁREA DE FOLLOWING INIT -->
<ol class="following-list">
<ol class="">
<li id="following-by-user-template" style="display: none;">
<div class="mini-following-info" data-screen-name="">
<a href="#" class="open-profile-modal">

4
home.html

@ -416,11 +416,11 @@ @@ -416,11 +416,11 @@
<!-- MODAL DE FOLLOWING -->
<div id="following-modal-template">
<!-- ÁREA DE PROFILE PHOTO INIT -->
<h2><span class="label">All users publicly followed by</span><span class="following-screen-name">@<b></b></span></h2>
<h2>All users publicly followed by <span class="following-screen-name">@<b></b></span></h2>
<!-- ÁREA DE PROFILE END -->
<!-- ÁREA DE FOLLOWING INIT -->
<ol class="following-list">
<ol class="">
<li id="following-by-user-template" style="display: none;">
<div class="mini-following-info" data-screen-name="">
<a href="#" class="open-profile-modal">

Loading…
Cancel
Save