Fixed loading html and js into view
This commit is contained in:
parent
ced63f7ce9
commit
9e83bfec47
6 changed files with 90 additions and 47 deletions
|
@ -27,13 +27,13 @@ function(HostApp, Paths, Hmac) {
|
|||
"write_followings": "Follow ne entities"
|
||||
}
|
||||
};
|
||||
|
||||
this.register_data = null;
|
||||
this.profile = null;
|
||||
this.state = null;
|
||||
}
|
||||
|
||||
Oauth.prototype.authenticate = function() {
|
||||
|
||||
var entity = HostApp.stringForKey("entity");
|
||||
|
||||
if (entity && (entity.startsWith("http://") || entity.startsWith("https://"))) {
|
||||
|
|
Reference in a new issue