using POST instead of default GET... oups... sorry

This commit is contained in:
kakwa 2016-07-05 20:02:58 +02:00
parent e45c0e862e
commit 43e4231be8
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ $('#form').validator({
var $ret = 'PPolicy error';
$.ajax({
url: '/checkppolicy',
type: 'POST',
dataType: 'json',
async: false,
data: 'pwd=' + $el.val(),