Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « show « static_site_editor « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9d265e4e4a8cb30cc321b4e2527545dce58a7ed (plain)
1
2
3
import initStaticSiteEditor from '~/static_site_editor';

initStaticSiteEditor(document.querySelector('#static-site-editor'));