mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-07-08 17:10:22 +09:00
df76a227dc
First open source release of Campfire 🎉
4 lines
110 B
JavaScript
4 lines
110 B
JavaScript
export function pageIsTurboPreview() {
|
|
return document.documentElement.hasAttribute("data-turbo-preview")
|
|
}
|