Commit a4227291adfe670e93e66ce97af3133bff7f266e

  • avatar
  • arvind
  • Mon Jun 24 20:01:45 IST 2013
Adding a UI response for successive submit in the template/users.html
  
5353data = $('#password').val();
5454$.post({{ url_for('user')| tojson| safe }}, {'user':$("#user").val(), "key":data}, function(data){
5555/*TODO: In the UI flash a "check mark", to indicate success.*/
56$("button").addClass("btn-success");
5657console.log("Success");
5758});
5859