]> git.0d.be Git - panikweb.git/commitdiff
Small display bug (class active on click)
authorlaron <simon@surlaterre.org>
Tue, 3 Sep 2013 06:55:11 +0000 (08:55 +0200)
committerlaron <simon@surlaterre.org>
Tue, 3 Sep 2013 06:55:11 +0000 (08:55 +0200)
panikweb_templates/static/css/specifics.css
panikweb_templates/static/js/specifics.js

index dd46071b84d9580d44e44a79f0d70b4ae959c0c5..1c8b8d10bf3906e83183dc93079e88f8021f2b24 100644 (file)
@@ -392,6 +392,7 @@ background-color:#ff6633; border-color:#fff;}
 }
 #Playlist .playListControls .playPause{
        font-size:50px;
+       width:50px;
        float:left;
 }
 
index 8f45df0c26a56d4cd32cf27ca1c9f2f47d558af3..5a6523459f181dda73173f1ce289bd57dd34e3fc 100644 (file)
@@ -72,7 +72,7 @@ $(function() {
                this.each(function() {
                        $(this).unbind('click');
                        $(this).bind('click',function(){
-                               $(this).addClass('loading active');
+                               $(this).addClass('loading');
                                var href = $(this).attr("href");
                                /* this checks the link points to a local document, be
                                 * it because it's just a path, or because the server