Showing
1 changed file
with
1 additions
and
1 deletions
@@ -37,7 +37,7 @@ | @@ -37,7 +37,7 @@ | ||
37 | appid = 'com.yoho'; | 37 | appid = 'com.yoho'; |
38 | } | 38 | } |
39 | 39 | ||
40 | - td = window.screen.availWidth + '_' + window.screen.availHeight + '_' + type + '_' + version; | 40 | + td = window.screen.width + '_' + window.screen.height + '_' + type + '_' + version; |
41 | queryString = getQueryString(); | 41 | queryString = getQueryString(); |
42 | 42 | ||
43 | $.ajax({ | 43 | $.ajax({ |
-
Please register or login to post a comment