Merge "docs: Fix issue with older devices section not expanding" into lmp-docs

This commit is contained in:
Luan Nguyen
2015-02-20 23:36:16 +00:00
committed by Android (Google) Code Review

View File

@@ -417,7 +417,7 @@ feature image or screenshots for your Google Play app listing.</p>
}
if (this.archived) {
deviceList = '.device-list.archived';
deviceList = '.device-list.archive';
} else if (this.hidden) {
deviceList = '.device-list.hidden';
}