Remove all device = true from page construction
Summary: Fixes T5446. Depends on D9687. Test Plan: Mostly regexp'd this. Lint doesn't complain. Reviewers: chad Reviewed By: chad Subscribers: epriestley, hach-que Maniphest Tasks: T5446 Differential Revision: https://secure.phabricator.com/D9690
This commit is contained in:
@@ -248,7 +248,6 @@ final class DivinerAtomController extends DivinerController {
|
||||
),
|
||||
array(
|
||||
'title' => $symbol->getTitle(),
|
||||
'device' => true,
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
@@ -95,7 +95,6 @@ final class DivinerBookController extends DivinerController {
|
||||
),
|
||||
array(
|
||||
'title' => $book->getTitle(),
|
||||
'device' => true,
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
@@ -85,7 +85,6 @@ final class DivinerFindController extends DivinerController {
|
||||
$list,
|
||||
array(
|
||||
'title' => array(pht('Find'), pht('"%s"', $query_text)),
|
||||
'device' => true,
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
@@ -86,7 +86,6 @@ final class DivinerMainController extends DivinerController {
|
||||
),
|
||||
array(
|
||||
'title' => pht('Documentation Books'),
|
||||
'device' => true,
|
||||
'fonts' => true,
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user