From 4b2fb0a5e260a1943d0bab403a66a649ee2fd1aa Mon Sep 17 00:00:00 2001 From: Luan Nguyen Date: Fri, 13 Feb 2015 11:23:50 -0800 Subject: docs: Fix issue with older devices section not expanding bug: 19381237 Change-Id: I3d881f36b8aac6f6a845141b33e8e383356ffcb4 --- docs/html/distribute/tools/promote/device-art.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/html/distribute') diff --git a/docs/html/distribute/tools/promote/device-art.jd b/docs/html/distribute/tools/promote/device-art.jd index f583eb9..814177b 100644 --- a/docs/html/distribute/tools/promote/device-art.jd +++ b/docs/html/distribute/tools/promote/device-art.jd @@ -417,7 +417,7 @@ feature image or screenshots for your Google Play app listing.

} if (this.archived) { - deviceList = '.device-list.archived'; + deviceList = '.device-list.archive'; } else if (this.hidden) { deviceList = '.device-list.hidden'; } -- cgit v1.1