mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
bug WISE-199 fixed
This commit is contained in:
parent
c68b4c90da
commit
3f2c687643
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user