Removing unused function
This commit is contained in:
parent
c95ceecf9e
commit
dc1a164b67
1 changed files with 0 additions and 7 deletions
|
|
@ -23,11 +23,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
function replaceCurrentStatus(evt){
|
||||
evt.preventDefault();
|
||||
var old_message = $("#latest_message");
|
||||
alert(old_message);
|
||||
var status = $(".new_status_message");
|
||||
alert(status);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue