Browse Source

give me back the "new posts" button.

master
Miguel Freitas 11 years ago
parent
commit
ee950fb1ce
  1. 2
      home.html
  2. 2
      interface_localization.js

2
home.html

@ -372,7 +372,7 @@ @@ -372,7 +372,7 @@
<!-- ÁREA DE POSTS INIT -->
<div class="postboard">
<h2>
Posts
<span>Posts</span>
<!-- o botão de novas postagens deve ser ocultado quando o usuário clicá-lo via javascript -->
<button class="postboard-news" style="display:none;"></button>
</h2>

2
interface_localization.js

@ -1050,7 +1050,7 @@ var fixedLabels = [ @@ -1050,7 +1050,7 @@ var fixedLabels = [
".post-expand",
".post-context span",
".post-stats .stat-count span",
".postboard h2",
".postboard span",
// following page
".following h2",

Loading…
Cancel
Save