Skip to content

Commit 4982b3f

Browse files
Third modification
1 parent bf44160 commit 4982b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
});
1414
//Place connexion block in the middle of the page
15-
function blockSelectShopCenter(){
15+
var blockSelectShopCenter = function (){
1616
var height = $('body').innerHeight();
1717
if ( height >= 600) {
1818
height = (height - ($('.homeShopSelector .logoHome').innerHeight() + $('#multishopselector_block_home').innerHeight())) * 0.1;

0 commit comments

Comments
 (0)