diff options
| author | Nihad Abbasov <narkoz.2008@gmail.com> | 2011-10-26 18:46:25 +0500 |
|---|---|---|
| committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2011-10-26 18:46:25 +0500 |
| commit | d62200cad430565bd9f80befaf329297120330b5 (patch) | |
| tree | 6217dd41e6f86e657513b509ed7a3f2bfdfa70ab /app/views/notes/create.js.haml | |
| parent | f6a67fbad5119e3d95e33cfd4f4e4992707d5ba0 (diff) | |
| download | gitlab-ce-d62200cad430565bd9f80befaf329297120330b5.tar.gz | |
clean-up code
* Remove trailing whitespace
* Converts hard-tabs into two-space soft-tabs
* Remove consecutive blank lines
Diffstat (limited to 'app/views/notes/create.js.haml')
| -rw-r--r-- | app/views/notes/create.js.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notes/create.js.haml b/app/views/notes/create.js.haml index 15371dbce2b..a04130e8a75 100644 --- a/app/views/notes/create.js.haml +++ b/app/views/notes/create.js.haml @@ -7,5 +7,5 @@ :plain $("#new_note").replaceWith("#{escape_javascript(render('form'))}"); -:plain +:plain $("#submit_note").removeAttr("disabled"); |
