Add back theme

This commit is contained in:
Samy Pessé
2015-01-20 11:29:26 +01:00
parent bac25cdf29
commit 238cd9f7f0
87 changed files with 5115 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
define([], function() {
return {
isMobile: /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)
};
});