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. 2
      app/assets/javascripts/autocompleter.js
  2. 1
      app/assets/javascripts/contextual_fieldset.js
  3. 2
      app/assets/javascripts/findDomElement.js
  4. 3
      app/assets/javascripts/members_select_boxes.js
  5. 4
      app/assets/javascripts/repository_navigation.js
  6. 1
      app/assets/javascripts/select_list_move.js
  7. 1
      app/assets/javascripts/timelines_select_boxes.js
  8. 2
      app/assets/javascripts/work_packages.js.erb

@ -223,4 +223,4 @@
callback(data);
}
};
}(jQuery));
}(jQuery));

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

@ -59,4 +59,4 @@
}
};
})( jQuery );
})( jQuery );

@ -53,7 +53,7 @@ jQuery(document).ready(function($) {
formatItemSelection = function (item) {
return item.name;
};
$("#members_add_form select.select2-select").each(function (ix, elem){
if ($(elem).hasClass("remote") || $(elem).attr("data-ajaxURL") !== undefined) {
// remote loading
@ -110,4 +110,3 @@ jQuery(document).ready(function($) {
memberstab.click(init_members_cb);
}
});

@ -27,7 +27,7 @@
//++
Event.observe(window,'load',function() {
/*
/*
If we're viewing a tag or branch, don't display it in the
revision box
*/
@ -37,7 +37,7 @@ Event.observe(window,'load',function() {
$('rev').setValue('');
}
/*
/*
Copy the branch/tag value into the revision box, then disable
the dropdowns before submitting the form
*/

@ -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();
}
});

@ -35,7 +35,7 @@ var WorkPackage = WorkPackage || {};
var init;
init = function () {
$.ajaxAppend({
trigger: '.action_menu_specific .edit',
indicator_class: 'ajax-indicator',

Loading…
Cancel
Save