P5-1110 fixed issues with 3d on mobile

This commit is contained in:
Erik Tiekstra
2017-06-05 09:52:59 +02:00
parent dbd47078d5
commit ab50c360b0
5 changed files with 31 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
'use strict';
function isMobile() {
return $(window).width() < 768;
}
module.exports = isMobile;