Mistype fixes
This commit is contained in:
parent
a2260740ad
commit
4f17b1ff09
2 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ require("ace/multi_select").MultiSelect(env.editor);
|
|||
var consoleEl = dom.createElement("div");
|
||||
container.parentNode.appendChild(consoleEl);
|
||||
consoleEl.style.cssText = "position:fixed; bottom:1px; right:0;\
|
||||
border:1px solid #baf; zIndex:100";
|
||||
border:1px solid #baf; z-index:100";
|
||||
|
||||
var cmdLine = new layout.singleLineEditor(consoleEl);
|
||||
cmdLine.editor = env.editor;
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<input type="button" value="Edit Snippets", onclick="env.editSnippets()">
|
||||
<input type="button" value="Edit Snippets" onclick="env.editSnippets()">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue