DiogenesAnalytics / parley

Browser-based interview/application form.
https://diogenesanalytics.com/parley/
MIT License
0 stars 3 forks source link

Bug: Hide Title Before Dynamically Setting #32

Open DiogenesAnalytics opened 3 weeks ago

DiogenesAnalytics commented 3 weeks ago

Problem

Currently the </em> is being set on default as "Parley", but this can be jarring when it first loads and then switches to the <em>title</em> set in the <code>config.json</code> file. The page should load with no title first (i.e. <code>""</code> the null character) and then display the dynamically set title (with the option of defaulting to "Parley")</p> <h2>References</h2> <ul> <li><a rel="noreferrer nofollow" target="_blank" href="https://chatgpt.com/share/66edd722-6e50-8003-8e8a-10c0f3c2c9e4">https://chatgpt.com/share/66edd722-6e50-8003-8e8a-10c0f3c2c9e4</a></li> </ul> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>