Replies: 1 comment 1 reply
-
Did you manage to find a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm not a expert at programming yet, so I'm facing the problem that the code editor works fine outside the section that implements bootstrap tabs. However inside the tab Javascript the code editor don't run, just stays a white screen in this tab.
The piece of code that implements the tab:
<div class="tab-pane fade" id="nav-javascript" role="tabpanel" aria-labelledby="nav-javascript-tab" tabindex="0"> <textarea id="javascript-code"> function foo(items) { var x = "All this is syntax highlighted"; return x;} </textarea> </div>
The complete code is here: https://codepen.io/F-T-the-animator/pen/dyEpNKv
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions