delete spaces and tabs on line ends
This commit is contained in:
parent
f7240ea2e5
commit
8d89461be7
28 changed files with 222 additions and 222 deletions
|
@ -253,7 +253,7 @@ function(HostApp, Core, Paths, URI) {
|
|||
this.populate(this.profile_template.location, basic.location);
|
||||
this.populate(this.profile_template.gender, basic.gender);
|
||||
this.populate(this.profile_template.bio, basic.bio);
|
||||
|
||||
|
||||
if(basic.website_url) {
|
||||
|
||||
var url = basic.website_url;
|
||||
|
@ -405,7 +405,7 @@ function(HostApp, Core, Paths, URI) {
|
|||
var _this = this;
|
||||
|
||||
if (this.following_id) {
|
||||
|
||||
|
||||
this.setFollowingButton(false);
|
||||
var url = Paths.mkApiRootPath("/followings/") + this.following_id;
|
||||
Paths.getURL(url, "DELETE", function(resp) {
|
||||
|
@ -566,7 +566,7 @@ function(HostApp, Core, Paths, URI) {
|
|||
|
||||
}, null, false); // do not send auth-headers
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
return li;
|
||||
|
|
Reference in a new issue