Mostly renaming

This commit is contained in:
Stephan Hagedorn 2017-09-01 15:32:07 +02:00
parent e8ab9a51d7
commit 7e5c9cdf0d
8 changed files with 90 additions and 85 deletions

View file

@ -1,6 +1,6 @@
function setup() {
if($('#js_tph').length && full_view_hover) {
// $('body').prepend("<div id=\"js_tph\" class=\"trigger__hover hover_full_view_change\"></div>");
// $('body').prepend("<div id=\"js_tph\" class=\"layer__hover hover_full_view_change\"></div>");
$('#js_tph').addClass("hover_full_view_change");
}
}