am e2b5c881: am 5ecbd6ad: am 677a1754: am 969848c4: am f900a1f4: am 81752cf5: Merge "docs: Fix issue with older devices section not expanding" into lmp-docs

* commit 'e2b5c88157c6ab26a85f52a86e936e25983ed1c0':
  docs: Fix issue with older devices section not expanding
This commit is contained in:
Luan Nguyen
2015-02-21 00:13:39 +00:00
committed by Android Git Automerger

View File

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