mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-03 15:58:50 +01:00
Remove trailing whitespace and tabs
This commit is contained in:
parent
863d780ad0
commit
aa41e20e46
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