Skip to content

Commit

Permalink
refact: cancel inline JS codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyf committed Jul 24, 2018
1 parent 86b5a9c commit 3034d8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ function addConfig(obj, conf) {
});
}

ditto.run();
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
<div class="progress-indicator-2"></div>

<script src="config.js"></script>
<script>
ditto.run();
</script>
<noscript>
<p>《ECMAScript 6入门》是一本开源的JavaScript语言教程,全面介绍ECMAScript 6新增的语法特性。</p>
<p>本书力争覆盖ES6与ES5的所有不同之处,对涉及的语法知识给予详细介绍,并给出大量简洁易懂的示例代码。</p>
Expand Down

0 comments on commit 3034d8e

Please sign in to comment.