CoderDojoPotsdam / regex-tutorial

Interactive Tutorial for Regular Expressions | Interaktives Tutorial für Reguläre Ausdrücke
https://coderdojopotsdam.github.io/regex-tutorial
11 stars 17 forks source link

Improve Footer #110

Closed niccokunzmann closed 6 years ago

niccokunzmann commented 6 years ago

Website-link: https://coderdojopotsdam.github.io/regex-tutorial/de/02-02.html

Expected Behavior

I expect the language menu to show the selected language and all code of the page to be running on offline and fullfilling a purpose. JavaScript code should be in its own JavaScript file.

Actual Behavior

https://github.com/CoderDojoPotsdam/regex-tutorial/blob/master/_layouts/tutorial.html#L145 In this line, we load a library from the web. I do not see this resource being loaded, when I click on the page and open the network monitor.

The expected behavior seems to be fulfilled without the code following the library load. Please remove it an see if this is still working.

Solution Description

Hints

niccokunzmann commented 6 years ago

Done!