X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fjs%2Fjoin.js;h=87a7c283cc6c96e9546457095a91ac9eb837a7bd;hb=638bef2312f862f8e148c9ad5a4675316c1ca961;hp=193a00ac15aac74903eee7b483b6f90aaffa1645;hpb=800c3c72aa7f23dacd52bacd573ced409987baa0;p=unfold.git diff --git a/portal/static/js/join.js b/portal/static/js/join.js index 193a00ac..87a7c283 100644 --- a/portal/static/js/join.js +++ b/portal/static/js/join.js @@ -1,5 +1,7 @@ jQuery(document).ready(function(){ + jQuery('[title!=""]').qtip(); + jQuery("#joinForm").validate({ rules: { pi_password: { @@ -38,9 +40,9 @@ jQuery(document).ready(function(){ pi_title: { required: true }, - pi_phone: { + /*pi_phone: { required: true - }, + },*/ pi_email: { required: true },