Merge pull request #1119 from lidice/fix-unmatched-tag

(fixes #1118)Remove duplicated <script>
This commit is contained in:
Naoki Takezoe
2016-02-25 13:22:17 +09:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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