mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 07:55:55 +01:00
Merge pull request #1119 from lidice/fix-unmatched-tag
(fixes #1118)Remove duplicated <script>
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
<script><script>
|
||||
<script>
|
||||
$(function(){
|
||||
// Determine active tab from hash
|
||||
if(location.hash == '#commits'){
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
</div>
|
||||
}
|
||||
}
|
||||
<script><script>
|
||||
<script>
|
||||
$(function(){
|
||||
$('#show-more-pages').click(function(e){
|
||||
$('div.page-link').show();
|
||||
|
||||
Reference in New Issue
Block a user