Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 2aab590

Browse files
committed
Remove redundant click events
1 parent b2bd4e8 commit 2aab590

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

js/views/userPageVw.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ module.exports = baseVw.extend({
145145
'click .js-moreButtonsNotOwnPage': 'moreButtonsNotOwnPageClick',
146146
'click .js-message': 'sendMessage',
147147
'click .js-moderatorSettings': 'showModeratorModal',
148-
'click .js-customizeSecondaryColor': 'displayCustomizeSecondaryColor',
149-
'click .js-customizePrimaryColor': 'displayCustomizePrimaryColor',
150-
'click .js-customizeBackgroundColor': 'displayCustomizeBackgroundColor',
151148
'click .js-customColorChoicePicker': 'customizeColorClick',
152149
'mouseenter .js-customColorChoice': 'clickCustomColorChoice',
153150
'click .js-customizePrimaryColor .js-customizeColor': 'displayCustomizePrimaryColor',

0 commit comments

Comments
 (0)