Skip to content

Commit

Permalink
[JENKINS-23151] Need to revert part of 5789f0c since codemirror-mode …
Browse files Browse the repository at this point in the history
…on f:textarea apparently does not work for lazy-load fragments.

(cherry picked from commit 7f7eb60)

Conflicts:
	changelog.html
  • Loading branch information
jglick authored and olivergondza committed Jul 9, 2014
1 parent 3a8129c commit f3848d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/resources/hudson/tasks/Shell/config.groovy
Expand Up @@ -25,5 +25,6 @@ package hudson.tasks.Shell;
f=namespace(lib.FormTagLib)

f.entry(title:_("Command"),description:_("description",rootURL)) {
f.textarea(name: "command", value: instance?.command, class: "fixed-width", 'codemirror-mode': 'shell')
// TODO JENKINS-23151 'codemirror-mode': 'shell' is broken
f.textarea(name: "command", value: instance?.command, class: "fixed-width")
}

0 comments on commit f3848d2

Please sign in to comment.