Skip to content

Commit

Permalink
Merge branch 'master' into v2.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Medicean committed May 7, 2019
2 parents 36c11ea + 00030a3 commit 06b92e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modules/viewsite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ViewSite {
_initToolbar() {
const toolbar = this.cell.attachToolbar();
toolbar.loadStruct([
{ id: 'url', width: 400, type: 'buttonInput', value: this.opts.url || 'loading..' },
{ id: 'url', width: 400, type: 'buttonInput', value: antSword.noxss(this.opts.url) || 'loading..' },
{ type: 'separator' },
{ id: 'useproxy', type: 'buttonTwoState', icon: 'paper-plane', text: LANG['toolbar'].useproxy(this.useproxy), pressed: this.useproxy, disabled: antSword.aproxymode === "noproxy"},
{ type: 'separator' },
Expand Down

0 comments on commit 06b92e0

Please sign in to comment.