forked from openkylin/platform_build
am eb8edf43: am dae7b523: Revert "support differently named lists.js files"
* commit 'eb8edf43a12c4ef1f9ad6667c33960d9a3a52db0': Revert "support differently named lists.js files"
This commit is contained in:
commit
c6ff854bbf
|
@ -1,5 +0,0 @@
|
|||
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 ?>
|
||||
];
|
|
@ -1,5 +0,0 @@
|
|||
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 ?>
|
||||
];
|
Loading…
Reference in New Issue