bug WISE-199 fixed

This commit is contained in:
Ezequiel Bergamaschi 2014-01-25 23:24:04 -03:00 committed by Ezequiel Bergamaschi
parent c68b4c90da
commit 3f2c687643

View File

@ -93,7 +93,7 @@ jQuery.fn.dialogForm = function (options) {
var acceptBtn = $('#' + containerId + ' .btn-accept');
acceptBtn.button('reset');
acceptBtn.click(function () {
acceptBtn.one('click', function () {
var formData = {};
$('#' + containerId + ' input').each(function (index, elem) {
formData[elem.name] = elem.value;