Skip to content
Extraits de code Groupes Projets
Valider 9496e58b rédigé par Sybil's avatar Sybil
Parcourir les fichiers

Little things.

parent e29ff8c0
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -5,7 +5,7 @@ var player_min;
var player_max;
$("select").on('change', function() {
window.location.href = "/filters/-/-/"+this.value;
window.location.href = "?NOMOREJS_WAITFOREMBER="+this.value;
});
$("#menu_button").on('click', function () {
......
......@@ -10,7 +10,7 @@ class Music < ActiveRecord::Base
end
def self.with_channel(channel)
self.joins(:channel).where("channel = ?", "##{channel}")
self.joins(:channel).where("chan = ?", "##{channel}")
end
def self.with_user(user)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter