We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4180b38 commit 3900f10Copy full SHA for 3900f10
public/images/cards/squirrel.png
-231 KB
public/javascripts/join.js
@@ -88,18 +88,6 @@ var page = new BP.Page({
88
89
this.joinRoom();
90
this.initCardStyle();
91
-
92
- var self = this;
93
- $('.voterImage').click(function() {
94
95
- avatarClicks++;
96
97
- if (avatarClicks >= 8) {
98
- self.$cardBack.attr('class', 'cardBack squirrel');
99
- self.$cardBack.css('background-image', 'url(/images/cards/squirrel.png)');
100
- self.setCardAttr('pattern', 'squirrel');
101
- }
102
- });
103
},
104
105
updateRoomName: function(data) {
0 commit comments