提交 55c75799 编写于 作者: R Rodolfo Forte 提交者: Ilkka Seppälä

Fix script blocking (#843)

上级 10cb1915
...@@ -181,7 +181,7 @@ Use the Abstract Factory pattern when: ...@@ -181,7 +181,7 @@ Use the Abstract Factory pattern when:
* Source code http://java-design-patterns.com/patterns/abstract-factory/ * Source code http://java-design-patterns.com/patterns/abstract-factory/
</textarea> </textarea>
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js"> <script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script> </script>
<script> <script>
var slideshow = remark.create(); var slideshow = remark.create();
......
...@@ -234,7 +234,7 @@ Use the Command pattern when you want to: ...@@ -234,7 +234,7 @@ Use the Command pattern when you want to:
* Source code http://java-design-patterns.com/patterns/command/ * Source code http://java-design-patterns.com/patterns/command/
</textarea> </textarea>
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js"> <script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script> </script>
<script> <script>
var slideshow = remark.create(); var slideshow = remark.create();
......
...@@ -176,7 +176,7 @@ Use the Factory Method pattern when: ...@@ -176,7 +176,7 @@ Use the Factory Method pattern when:
* Source code http://java-design-patterns.com/patterns/factory-method/ * Source code http://java-design-patterns.com/patterns/factory-method/
</textarea> </textarea>
<script src="https://gnab.github.io/remark/downloads/remark-latest.min.js"> <script src="https://remarkjs.com/downloads/remark-latest.min.js">
</script> </script>
<script> <script>
var slideshow = remark.create(); var slideshow = remark.create();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册