Fix #173
This commit is contained in:
parent
f68e279150
commit
2c73ced0db
3 changed files with 44 additions and 42 deletions
|
@ -650,3 +650,7 @@ function initRepoSetting() {
|
|||
}
|
||||
});
|
||||
})(jQuery);
|
||||
|
||||
String.prototype.endsWith = function(suffix) {
|
||||
return this.indexOf(suffix, this.length - suffix.length) !== -1;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue