mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 16:05:49 +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(){
|
$(function(){
|
||||||
// Determine active tab from hash
|
// Determine active tab from hash
|
||||||
if(location.hash == '#commits'){
|
if(location.hash == '#commits'){
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user