diff options
Diffstat (limited to 'files/pl/learn/javascript/asynchronous/index.html')
-rw-r--r-- | files/pl/learn/javascript/asynchronous/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pl/learn/javascript/asynchronous/index.html b/files/pl/learn/javascript/asynchronous/index.html index 5a445f8b99..7e46a9b37e 100644 --- a/files/pl/learn/javascript/asynchronous/index.html +++ b/files/pl/learn/javascript/asynchronous/index.html @@ -23,7 +23,7 @@ translation_of: Learn/JavaScript/Asynchronous <p class="summary"><span class="seoSummary">In this module we take a look at {{Glossary("asynchronous")}} {{Glossary("JavaScript")}}, why it is important, and how it can be used to effectively handle potential blocking operations such as fetching resources from a server.</span></p> -<div class="in-page-callout webdev"> +<div class="callout"> <h3 id="Looking_to_become_a_front-end_web_developer">Looking to become a front-end web developer?</h3> <p>We have put together a course that includes all the essential information you need to work towards your goal.</p> |