We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e40e64 commit 2c7e294Copy full SHA for 2c7e294
index.html
@@ -46,8 +46,10 @@ <h2>Frame URL:</h2>
46
this.url = ko.pureComputed(function() {
47
return 'https://img.mainframe2.com/login?account_type=' +
48
encodeURIComponent(this.account()) +
49
- '&return_url=https://' + this.site() + '.bcx.buttonwood.net/frame' +
50
- encodeURIComponent('?a=' + encodeURIComponent(btoa(this.hash() + ' ' + this.path())));
+ '&return_url=' +
+ encodeURIComponent('https://' + this.site() + '.bcx.buttonwood.net/frame?a=' +
51
+ encodeURIComponent(btoa(this.hash() + ' ' + this.path()))
52
+ );
53
}, this);
54
};
55
ko.applyBindings(new vm());
0 commit comments