Remove uneeded lines
There is no elements with class `js-participation-allowed` within all application code.
This commit is contained in:
@@ -5,11 +5,9 @@
|
|||||||
$(document).on({
|
$(document).on({
|
||||||
"mouseenter focus": function() {
|
"mouseenter focus": function() {
|
||||||
$(this).find(".js-participation-not-allowed").show();
|
$(this).find(".js-participation-not-allowed").show();
|
||||||
$(this).find(".js-participation-allowed").hide();
|
|
||||||
},
|
},
|
||||||
mouseleave: function() {
|
mouseleave: function() {
|
||||||
$(this).find(".js-participation-not-allowed").hide();
|
$(this).find(".js-participation-not-allowed").hide();
|
||||||
$(this).find(".js-participation-allowed").show();
|
|
||||||
}
|
}
|
||||||
}, ".js-participation");
|
}, ".js-participation");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user