mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-09 23:15:49 +01:00
Fix facebox resource URLs.
This commit is contained in:
@@ -179,7 +179,10 @@ $(function(){
|
|||||||
$(target).children('img.menu-icon' ).css('display', 'inline');
|
$(target).children('img.menu-icon' ).css('display', 'inline');
|
||||||
});
|
});
|
||||||
|
|
||||||
$('a[rel*=facebox]').facebox();
|
$('a[rel*=facebox]').facebox({
|
||||||
|
'loadingImage': '@assets/vendors/facebox/loading.gif',
|
||||||
|
'closeImage': '@assets/vendors/facebox/closelabel.png',
|
||||||
|
});
|
||||||
|
|
||||||
$(document).on("click", ".js-fork-owner-select-target", function() {
|
$(document).on("click", ".js-fork-owner-select-target", function() {
|
||||||
if (!$(this).hasClass("disabled")) {
|
if (!$(this).hasClass("disabled")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user