mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-30 22:08:49 +01:00
Fix #1041
This commit is contained in:
parent
f10a98d8ac
commit
1cd748d7a2
3 changed files with 11 additions and 4 deletions
|
|
@ -273,6 +273,8 @@ function enable_rich_interaction(){
|
|||
|
||||
/* Reset auto updater */
|
||||
field_touched = false;
|
||||
|
||||
$('h2#project_name').editable(save_project_name, {style: 'padding:0px', submit: "OK"});
|
||||
}
|
||||
|
||||
/* Auto-refresh */
|
||||
|
|
@ -462,8 +464,6 @@ $(document).ready(function() {
|
|||
return(value);
|
||||
};
|
||||
|
||||
$('h2#project_name').editable(save_project_name, {style: 'padding:0px', submit: "OK"});
|
||||
|
||||
$('.alphabetize_link').click(function(evt){
|
||||
evt.preventDefault();
|
||||
if(confirm('Are you sure that you want to sort these projects alphabetically? This will replace the existing sort order.')){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue