tiniest verbiage update
This commit is contained in:
parent
65febc5a23
commit
81e3c34cd9
2 changed files with 2 additions and 2 deletions
|
@ -463,7 +463,7 @@
|
|||
|
||||
<!-- Content -->
|
||||
<script src="js/prompt.js?v=7a1c68c" type="text/javascript"></script>
|
||||
<script src="js/index.js?v=16bbb46" type="text/javascript"></script>
|
||||
<script src="js/index.js?v=88a435f" type="text/javascript"></script>
|
||||
|
||||
<script
|
||||
src="js/ui/floating/history.js?v=4f29db4"
|
||||
|
|
|
@ -1414,7 +1414,7 @@ function createBaseScriptOptions() {
|
|||
var noScript = document.createElement("option");
|
||||
noScript.id = "no_selected_script";
|
||||
noScript.value = "";
|
||||
noScript.innerHTML = "Select a script...";
|
||||
noScript.innerHTML = "(disabled)";
|
||||
selector.appendChild(noScript);
|
||||
var customScript = document.createElement("option");
|
||||
customScript.id = "custom";
|
||||
|
|
Loading…
Reference in a new issue