Fixes the css issue for contact_add_edit.

This commit is contained in:
Jonathan Rosenbaum
2015-03-03 02:33:55 +00:00
parent 7f05a37f34
commit 62231e8d68
7 changed files with 81 additions and 24 deletions
+2
View File
@@ -1,6 +1,8 @@
$(function(){
"use strict";
$.ajaxSetup({async:false});
var contact_id = $("#contact_id").val();
var birth_date = $("#birth_date");