Save sidebar state

This commit is contained in:
Samy Pessé
2014-04-01 13:26:04 -07:00
parent 86cf2d9d9d
commit b93f67c84a
7 changed files with 64 additions and 8 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)
};
});