Double-click select add

This commit is contained in:
JoseluCross
2017-10-30 23:25:29 +01:00
parent e25666648d
commit b3b477fd53
4 changed files with 30 additions and 5 deletions

View File

@@ -14,9 +14,9 @@
<meta name="description" content="{{ page.description }}"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="{{ path.js }}/highlight.pack.js"></script>
<script src="{{ path.js }}/functions.js"></script>
<script src="{{ path.js }}/jquery-3.2.1.min.js"></script>
<script src="{{ path.js }}/bootstrap.min.js"></script>
<script src="{{ path.js }}/functions.js"></script>
</head>
<body>
{% include 'nav.twig' %}

View File

@@ -172,11 +172,11 @@
var extlib = document.getElementById("extlib");
extlib.onkeyup=verRequired;
</script>
<script type="text/javascript">
{#<script type="text/javascript">
var webpageid = 6; /* Webpage id, in all your website,the same */
var uniqueid = 0; /* Post/url id, every site you want different comments, an unique ID, 0 as default */
</script>
<script src="http://qozu.jkanetwork.com/comments.js"></script>
<script src="http://qozu.jkanetwork.com/comments.js"></script>#}
{% endblock %}
{% block css %}

View File

@@ -29,7 +29,7 @@
</tr>
<tr>
<td colspan="6">
<pre><code class='{{ code.lang }} codeto'>{{ code.code }}</code></pre>
<pre class="highlight"><code class='{{ code.lang }} codeto'>{{ code.code }}</code></pre>
</td>
</tr>
</table>