Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dae7b523 authored by Robert Ly's avatar Robert Ly Committed by Android (Google) Code Review
Browse files

Revert "support differently named lists.js files"

This reverts commit a6043f76

Change-Id: Id7212f9f1ffbe62fd26f97ab6dcea93bcb34e476
parent a6043f76
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
var GCM_DATA = [
<?cs each:page = docs.pages
?>      { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
<?cs /each ?>
    ];
+0 −5
Original line number Diff line number Diff line
var GMS_DATA = [
<?cs each:page = docs.pages
?>      { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
<?cs /each ?>
    ];