We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857eb04 commit afbb858Copy full SHA for afbb858
assets/author-reveal.html
@@ -10,18 +10,9 @@
10
</div>
11
</template>
12
13
+<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js"></script>
14
<script>
- // First, load RequireJS if it's not already loaded
15
- if (typeof require === 'undefined') {
16
- const requireScript = document.createElement('script');
17
- requireScript.src = 'https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js';
18
- requireScript.onload = function () {
19
- initAuthorReveal();
20
- };
21
- document.head.appendChild(requireScript);
22
- } else {
23
24
- }
+ initAuthorReveal();
25
26
function initAuthorReveal() {
27
require.config({
0 commit comments