import './clean-rich-text-editor.css'; import select from 'select-dom'; import onetime from 'onetime'; import * as pageDetect from 'github-url-detection'; import features from '.'; function hideButtons(): void { document.body.classList.add('rgh-clean-rich-text-editor'); } function hideTextareaTooltip(): void { for (const textarea of select.all('.comment-form-textarea')) { textarea.title = ''; } } void features.add(__filebasename, { include: [ pageDetect.hasRichTextEditor ], init: hideTextareaTooltip }, { include: [ pageDetect.isRepo ], awaitDomReady: false, init: onetime(hideButtons) }); in'>index : astro
Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/prefetch/test/fixtures/style-prefetch/src/pages/style1.astro (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-08feat: add noop service and make integrations that needs it use it (#7903)Gravatar Erika 5-9/+41
2023-08-08feat: use external @astrojs/check (#7892)Gravatar Erika 6-520/+160
2023-08-08Refactor MDX components exports handling (#7904)Gravatar Bjorn Lu 4-7/+15
2023-08-08feat: make Sharp the default image service (#7908)Gravatar Erika 4-12/+22
2023-08-08feat: change default port to 4321 (#7874)Gravatar Emanuele Stoppa 75-101/+108
2023-08-08fix: update examples to use the new API of cookies (#7899)Gravatar Emanuele Stoppa 3-3/+3
2023-08-08ci: change release tag name (#7898)Gravatar Emanuele Stoppa 1-1/+1
2023-08-08chore: use workspace packages (#7896)Gravatar Emanuele Stoppa 2-2/+2
2023-08-08chore: use workspace packages (#7894)Gravatar Emanuele Stoppa 4-8/+8
2023-08-08Make Astro.cookies.get(key) return undefined (#7888)Gravatar Matthew Phillips 4-15/+35
2023-08-08chore: remove deleted packageGravatar Emanuele Stoppa 1-1/+0