change default prompt again, less quietly
gotta get those AWARD WINNER people outta there
This commit is contained in:
parent
4fb754ec9d
commit
8667f94f12
1 changed files with 1 additions and 1 deletions
|
@ -886,7 +886,7 @@ function loadSettings() {
|
|||
: localStorage.getItem("host");
|
||||
var _prompt =
|
||||
localStorage.getItem("prompt") == null
|
||||
? "oceanographic study, underwater wildlife, award winning"
|
||||
? "ocean floor scientific expedition, underwater wildlife"
|
||||
: localStorage.getItem("prompt");
|
||||
var _negprompt =
|
||||
localStorage.getItem("neg_prompt") == null
|
||||
|
|
Loading…
Reference in a new issue