Fix whitespace in (non-Angular) JavaScripts

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/1389/head
Alex Coles 11 years ago
parent 950bb4b35c
commit 344c01f64c
  1. 1
      app/assets/javascripts/contextual_fieldset.js
  2. 1
      app/assets/javascripts/members_select_boxes.js
  3. 1
      app/assets/javascripts/select_list_move.js
  4. 1
      app/assets/javascripts/timelines_select_boxes.js

@ -32,4 +32,3 @@ jQuery(document).ready(function($) {
event.stopPropagation();
});
});

@ -110,4 +110,3 @@ jQuery(document).ready(function($) {
memberstab.click(init_members_cb);
}
});

@ -64,4 +64,3 @@ function moveOptionDown(selectionId) {
function selectAllOptions(id) {
jQuery("#" + id + " option").attr('selected',true);
}

@ -168,4 +168,3 @@ jQuery(document).ready(function($) {
field.closest("fieldset").removeClass('collapsed').children("div").show();
}
});

Loading…
Cancel
Save