|
1 | | -import 'https://cdn.kernvalley.us/js/std-js/deprefixer.js'; |
2 | | -import 'https://cdn.kernvalley.us/js/std-js/theme-cookie.js'; |
3 | | -import 'https://cdn.kernvalley.us/components/share-button.js'; |
4 | | -import 'https://cdn.kernvalley.us/components/current-year.js'; |
5 | | -import 'https://cdn.kernvalley.us/components/not-supported.js'; |
6 | | -// import 'https://cdn.kernvalley.us/components/ad/block.js'; |
7 | | -import 'https://cdn.kernvalley.us/components/krv/ad.js'; |
8 | | -import 'https://cdn.kernvalley.us/components/weather/current.js'; |
9 | | -import 'https://cdn.kernvalley.us/components/github/user.js'; |
10 | | -import 'https://cdn.kernvalley.us/components/install/prompt.js'; |
11 | | -import 'https://cdn.kernvalley.us/components/app/list-button.js'; |
12 | | -import 'https://cdn.kernvalley.us/components/app/stores.js'; |
13 | | -import 'https://cdn.kernvalley.us/components/share-to-button/share-to-button.js'; |
14 | | -import 'https://cdn.kernvalley.us/components/disqus/comments.js'; |
15 | | -// import 'https://cdn.kernvalley.us/components/youtube/player.js'; |
16 | | -import 'https://cdn.kernvalley.us/components/window-controls.js'; |
17 | | -import { init } from 'https://cdn.kernvalley.us/js/std-js/data-handlers.js'; |
18 | | -import { debounce } from 'https://cdn.kernvalley.us/js/std-js/events.js'; |
19 | | -import { URLPattern as URLPatternShim } from 'https://unpkg.com/urlpattern-polyfill@1.0.0-rc1/dist/index.modern.js'; |
| 1 | +import 'std-js/theme-cookie.js'; |
| 2 | +import '@shgysk8zer0/components/share-button.js'; |
| 3 | +import '@shgysk8zer0/components/current-year.js'; |
| 4 | +import '@shgysk8zer0/components/not-supported.js'; |
| 5 | +import '@kernvalley/components/ad.js'; |
| 6 | +import '@shgysk8zer0/components/weather/current.js'; |
| 7 | +import '@shgysk8zer0/components/github/user.js'; |
| 8 | +import '@shgysk8zer0/components/install/prompt.js'; |
| 9 | +import '@shgysk8zer0/components/app/list-button.js'; |
| 10 | +import '@shgysk8zer0/components/app/stores.js'; |
| 11 | +import '@shgysk8zer0/components/share-to-button/share-to-button.js'; |
| 12 | +import '@shgysk8zer0/components/disqus/comments.js'; |
| 13 | +// import '@shgysk8zer0/components/youtube/player.js'; |
| 14 | +import '@shgysk8zer0/components/window-controls.js'; |
| 15 | +import { init } from 'std-js/data-handlers.js'; |
| 16 | +import { debounce } from 'std-js/events.js'; |
| 17 | +import { URLPattern as URLPatternShim } from 'url-pattern'; |
20 | 18 | import { |
21 | 19 | searchDateTimeRange, eventSearchHandler, businessCategorySearch, |
22 | 20 | } from './handlers.js'; |
23 | | -import { shareInit } from 'https://cdn.kernvalley.us/js/std-js/data-share.js'; |
| 21 | +import { shareInit } from 'std-js/data-share.js'; |
24 | 22 | import { |
25 | 23 | ready, loaded, css, on, toggleClass, intersect, attr, |
26 | | -} from 'https://cdn.kernvalley.us/js/std-js/dom.js'; |
27 | | -import { getCustomElement } from 'https://cdn.kernvalley.us/js/std-js/custom-elements.js'; |
28 | | -import { importGa, externalHandler, telHandler, mailtoHandler } from 'https://cdn.kernvalley.us/js/std-js/google-analytics.js'; |
29 | | -import { DAYS } from 'https://cdn.kernvalley.us/js/std-js/date-consts.js'; |
| 24 | +} from 'std-js/dom.js'; |
| 25 | +import { getCustomElement } from 'std-js/custom-elements.js'; |
| 26 | +import { importGa, externalHandler, telHandler, mailtoHandler } from 'std-js/google-analytics.js'; |
| 27 | +import { DAYS } from 'std-js/date-consts.js'; |
30 | 28 | import { |
31 | 29 | searchLocationMarker, createMarker, isOnGoing, filterEventNamesDatalist, |
32 | 30 | intersectCallback, getPages, findNextEvent, |
33 | 31 | } from './functions.js'; |
34 | | -import { getGooglePolicy, getDefaultPolicyWithDisqus } from 'https://cdn.kernvalley.us/js/std-js/trust-policies.js'; |
35 | | -import { createPolicy } from 'https://cdn.kernvalley.us/js/std-js/trust.js'; |
36 | | -import { createYouTubeEmbed } from 'https://cdn.kernvalley.us/js/std-js/youtube.js'; |
| 32 | +import { getGooglePolicy, getDefaultPolicyWithDisqus } from 'std-js/trust-policies.js'; |
| 33 | +import { createPolicy } from 'std-js/trust.js'; |
| 34 | +import { createYouTubeEmbed } from 'std-js/youtube.js'; |
37 | 35 | import { GA } from './consts.js'; |
38 | 36 | import './store.js'; |
39 | 37 | import './profile.js'; |
|
0 commit comments