Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update docs (highlight js style atom-one-light) +++
  • Loading branch information
Eugene Simakin committed Oct 11, 2016
1 parent 18f62e9 commit 2b601fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" type="text/css" href="css/print.css" media="print"/>

<!--<link rel="stylesheet" type="text/css" href="css/color-brewer.css">-->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/atom-one-light.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/highlight.min.js"></script>
<script type="text/javascript">
hljs.initHighlightingOnLoad();
Expand Down Expand Up @@ -326,7 +326,7 @@ <h4>Dynamic total pages number</h4>
<p>You can do it with two simple steps. Call <code>destroy</code> method and then initialize it
with new options.</p>

<pre><code class="highlight"> var $pagination = $(<span class="s">'selector'</span>);
<pre><code class="js"> var $pagination = $(<span class="s">'selector'</span>);
var defaultOpts = {
totalPages: <span class="il">20</span>
};
Expand Down

0 comments on commit 2b601fd

Please sign in to comment.