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

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

am a6043f76: support differently named lists.js files

* commit 'a6043f76':
  support differently named lists.js files
parents ad1862c1 a6043f76
Loading
Loading
Loading
Loading
+5 −0
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 ?>
    ];
+5 −0
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 ?>
    ];