Merge pull request #1714 from TracksApp/clean-up-bad-whitespace

Cleanup tabs and trailing whitespace
This commit is contained in:
Dan Rice 2014-08-20 15:17:40 -04:00
commit 9375f40b6f
84 changed files with 407 additions and 407 deletions

View file

@ -20,7 +20,7 @@ var TracksPages = {
$('#sidebar').html(html);
},
slide_up_and_remove: function(selector) {
$(selector).slideUp(1000, function() {
$(selector).slideUp(1000, function() {
$(selector).remove();
});
},
@ -194,4 +194,4 @@ var TracksPages = {
/* fade flashes and alerts in automatically */
$(".alert").fadeOut(8000);
}
};
};