Diese Website benötigt JavaScript.
Erkunden
Hilfe
Anmelden
nickslowinski
/
discourse-custom-wizard-unlocked
Beobachten
1
Favorisieren
0
Fork
Du hast bereits einen Fork von discourse-custom-wizard-unlocked erstellt
0
geforkt von
mirrored/discourse-custom-wizard
Code
Pull-Requests
Aktivität
835600c054
discourse-custom-wizard-unl...
/
assets
/
javascripts
/
wizard
/
tests
/
helpers
/
test.js.es6
6 Zeilen
102 B
Text
Originalformat
Normale Ansicht
Verlauf
Unescapen
Escapen
Refactor wizard client and add tests
2022-03-16 12:33:34 +01:00
function exists(selector) {
return document.querySelector(selector) !== null;
}
Fix linting
2022-03-16 12:46:16 +01:00
export { exists };
Permalink kopieren