(fixes #1118)Remove duplicated <script>

This commit is contained in:
lidice
2016-02-22 10:35:53 +09:00
parent 505bc71f9a
commit 1679da4abe
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@
}
}
}
<script><script>
<script>
$(function(){
// Determine active tab from hash
if(location.hash == '#commits'){

View File

@@ -106,7 +106,7 @@
</div>
}
}
<script><script>
<script>
$(function(){
$('#show-more-pages').click(function(e){
$('div.page-link').show();