dont use personal site
This commit is contained in:
parent
f14dfab46d
commit
00eb4f80bc
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class OpenIFrameWidget extends Widget {
|
|||
|
||||
let input = document.createElement('input');
|
||||
input.value = '';
|
||||
input.placeholder = 'http://tim.paine.nyc';
|
||||
input.placeholder = 'http://path.to.site';
|
||||
|
||||
body.appendChild(existingLabel);
|
||||
body.appendChild(input);
|
||||
|
|
Loading…
Add table
Reference in a new issue