Fix css reference
authorCory Chaplin <cory.chaplin@laposte.net>
Sun, 2 Mar 2014 18:58:18 +0000 (19:58 +0100)
committerCory Chaplin <cory.chaplin@laposte.net>
Sun, 2 Mar 2014 18:58:18 +0000 (19:58 +0100)
client/src/applets/chanlist.js

index a265b32896dab72270845b8e18f91534de08353c..8fb67bf94583dc77564eef2504eabbfc404d4007 100644 (file)
             switch (this.order) {\r
                 case 'user_desc':\r
                 default:\r
-                    $('.users_title').append(icon_desc);\r
+                    this.$('.users_title').append(icon_desc);\r
                     break;\r
                 case 'user_asc':\r
-                    $('.users_title').append(icon_asc);\r
+                    this.$('.users_title').append(icon_asc);\r
                     break;\r
                 case 'name_asc':\r
-                    $('.channel_name_title').append(icon_asc);\r
+                    this.$('.channel_name_title').append(icon_asc);\r
                     break;\r
                 case 'name_desc':\r
-                    $('.channel_name_title').append(icon_desc);\r
+                    this.$('.channel_name_title').append(icon_desc);\r
                     break;\r
             }\r
             \r