Fix #142
This commit is contained in:
parent
25944922d6
commit
7a255e6772
|
@ -20,4 +20,4 @@
|
|||
.cm-s-wide span.cm-error {color: #f00;}
|
||||
|
||||
.cm-s-wide .CodeMirror-activeline-background {background: #e8f2ff !important;}
|
||||
.cm-s-wide .CodeMirror-matchingbracket {outline:1px solid grey; color:black !important;}
|
||||
.cm-s-wide .CodeMirror-matchingbracket {background-color: yellow;color:black !important;}
|
||||
|
|
|
@ -87,7 +87,7 @@ var tree = {
|
|||
$("#dirRMenu").hide();
|
||||
$("#dialogNewFilePrompt").dialog("open");
|
||||
},
|
||||
newDir: function () {
|
||||
newDir: function (it) {
|
||||
if ($(it).hasClass("disabled")) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue