Skip to content
Extraits de code Groupes Projets
Valider c3ecc59b rédigé par Raphael Sofaer's avatar Raphael Sofaer
Parcourir les fichiers

Bring back the js people pagination on tag show, we need a js file for that page

parent 14759b2c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -13,6 +13,7 @@
= include_javascripts :home
:javascript
$(document).ready(function(){
// Change the text and color of the "follow this tag" button on hover.
$(".button.tag_following").hover(function(){
$this = $(this);
$this.removeClass("in_aspects");
......@@ -24,6 +25,11 @@
$this.val("#{t('.following', :tag => params[:name])}");
});
});
$(".people_stream .pagination a").live("click", function() {
$.getScript(this.href);
return false;
});
- content_for :body_class do
= "tags_show"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter