inital-release
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
targetPage = 'mobile.html'
|
targetPage = 'mobile.html'
|
||||||
} else if (isTabletDevice || (width >= 500 && width < 1200)) {
|
} else if (isTabletDevice || (width >= 500 && width < 1200)) {
|
||||||
// Tablets: iPad/Android tablet OR 500-1200px
|
// Tablets: iPad/Android tablet OR 500-1200px
|
||||||
targetPage = 'tablet.html'
|
targetPage = 'index.html'
|
||||||
} else {
|
} else {
|
||||||
// Desktop: >= 1200px
|
// Desktop: >= 1200px
|
||||||
targetPage = 'index.html'
|
targetPage = 'index.html'
|
||||||
|
|||||||
Reference in New Issue
Block a user