removed console.log
This commit is contained in:
parent
871ba2777e
commit
86eecc47ee
@ -71,7 +71,6 @@ Template.profile.rendered = function() {
|
|||||||
Accounts._loginButtonsSession.set('dropdownVisible', true);
|
Accounts._loginButtonsSession.set('dropdownVisible', true);
|
||||||
$(".optionText").hover(
|
$(".optionText").hover(
|
||||||
function() {
|
function() {
|
||||||
console.log("hi");
|
|
||||||
$(this).addClass("selectedOption");
|
$(this).addClass("selectedOption");
|
||||||
},
|
},
|
||||||
function() {
|
function() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user