Commit eca92afd authored by Marcel Stör's avatar Marcel Stör
Browse files

Experiment with MutationObserver

parent d848976f
......@@ -72,7 +72,7 @@ var nodemcu = nodemcu || {};
});
// Pass in the target node, as well as the observer options
observer.observe(flyOutWrapper, observerConfig);
observer.observe(flyOutWrapper[0], observerConfig);
}
function createLanguageLinkFor(languageCode, isCurrentlySelected) {
var strong;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment