mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-04 14:46:57 -05:00
Page: Repository home page
This commit is contained in:
parent
a1109e6fbc
commit
93ee0838eb
@ -263,13 +263,14 @@ var Gogs = {};
|
||||
return str;
|
||||
},
|
||||
afterCopy: function () {
|
||||
$(this).tipsy("hide").attr('original-title', $this.data('after-title'));
|
||||
var $this = $(this);
|
||||
$this.tipsy("hide").attr('original-title', $this.data('after-title'));
|
||||
setTimeout(function () {
|
||||
$(this).tipsy("show");
|
||||
$this.tipsy("show");
|
||||
}, 200);
|
||||
setTimeout(function () {
|
||||
$(this).tipsy('hide').attr('original-title', $this.data('original-title'));
|
||||
}, 3000);
|
||||
$this.tipsy('hide').attr('original-title', $this.data('original-title'));
|
||||
}, 2000);
|
||||
}
|
||||
}).addClass("js-copy-bind");
|
||||
}
|
||||
|
8
public/ng/js/min/gogs-min.js
vendored
8
public/ng/js/min/gogs-min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user