We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf44160 commit 4982b3fCopy full SHA for 4982b3f
js/scripts.js
@@ -12,7 +12,7 @@
12
}
13
});
14
//Place connexion block in the middle of the page
15
- function blockSelectShopCenter(){
+ var blockSelectShopCenter = function (){
16
var height = $('body').innerHeight();
17
if ( height >= 600) {
18
height = (height - ($('.homeShopSelector .logoHome').innerHeight() + $('#multishopselector_block_home').innerHeight())) * 0.1;
0 commit comments