mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 11:38:49 +01:00
Merge pull request #1714 from TracksApp/clean-up-bad-whitespace
Cleanup tabs and trailing whitespace
This commit is contained in:
commit
9375f40b6f
84 changed files with 407 additions and 407 deletions
|
|
@ -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);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue