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

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

am 2b878f60: am a6043f76: support differently named lists.js files

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