From 0427b1449bbd8e5d0119e549154b3c24b515e197 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Fri, 27 Jul 2012 08:25:19 +0900 Subject: [PATCH] refactored --- .../main/resources/lib/form/combobox.jelly | 3 ++- .../resources/lib/form/combobox/combobox.js | 25 +++++++++++++++++++ .../main/webapp/scripts/hudson-behavior.js | 25 ------------------- 3 files changed, 27 insertions(+), 26 deletions(-) create mode 100644 core/src/main/resources/lib/form/combobox/combobox.js diff --git a/core/src/main/resources/lib/form/combobox.jelly b/core/src/main/resources/lib/form/combobox.jelly index 46ec0bfa2a..0f9973cda6 100644 --- a/core/src/main/resources/lib/form/combobox.jelly +++ b/core/src/main/resources/lib/form/combobox.jelly @@ -23,7 +23,7 @@ THE SOFTWARE. --> - + Editable drop-down combo box that supports the data binding and AJAX updates. @@ -43,6 +43,7 @@ THE SOFTWARE.