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

Commit cef5be2d authored by Robert Ly's avatar Robert Ly Committed by Android Git Automerger
Browse files

am dae7b523: Revert "support differently named lists.js files"

* commit 'dae7b523':
  Revert "support differently named lists.js files"
parents 2b878f60 dae7b523
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 ?>
    ];