mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-13 05:51:03 +00:00
fix displaying of "All users publicly followed by" modal in following.html (it worked only in home.html)
This commit is contained in:
parent
77ddb79d81
commit
568a526ebd
@ -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">
|
||||
|
@ -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…
x
Reference in New Issue
Block a user