mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
some UI cleanup
This commit is contained in:
parent
0d54997b44
commit
c61b3f9138
|
@ -795,7 +795,7 @@ LinkHints.prototype.removeAllTooltips = function () {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
LinkHints.prototype.filterTooltips = function (sPending) { // eslint-disable-line no-unused-vars
|
LinkHints.prototype.filterTooltips = function () {
|
||||||
|
|
||||||
Object
|
Object
|
||||||
.keys(this.oTooltipMap)
|
.keys(this.oTooltipMap)
|
||||||
|
@ -863,7 +863,7 @@ LinkHints.prototype.onkeypress = function(oEvent){
|
||||||
} else {
|
} else {
|
||||||
// we are not there yet, but let's filter the link so that only
|
// we are not there yet, but let's filter the link so that only
|
||||||
// the partially matched are shown
|
// the partially matched are shown
|
||||||
this.filterTooltips(this.sPending);
|
this.filterTooltips();
|
||||||
this.disableTooltipsIfNoTooltipIsVisible();
|
this.disableTooltipsIfNoTooltipIsVisible();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1371,7 +1371,7 @@ BranchOverview.prototype.showCommit = function(event){
|
||||||
};
|
};
|
||||||
|
|
||||||
// Called by commit:mouseout
|
// Called by commit:mouseout
|
||||||
BranchOverview.prototype.hideCommit = function (event){ // eslint-disable-line no-unused-vars
|
BranchOverview.prototype.hideCommit = function (){
|
||||||
this.toggleCommit();
|
this.toggleCommit();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user