mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
hack removed
This commit is contained in:
parent
e5d9380699
commit
54fb696090
@ -99,13 +99,6 @@ jQuery.fn.dialogForm = function (options) {
|
||||
formData[elem.name] = elem.value;
|
||||
});
|
||||
|
||||
//No me gusta, revisar only support one select in the form
|
||||
var dropdown = $('#' + containerId + ' option:selected');
|
||||
if (dropdown.val()) {
|
||||
formData['id'] = dropdown.val();
|
||||
formData['title'] = dropdown.html();
|
||||
}
|
||||
|
||||
$(acceptBtn).button('loading');
|
||||
var dialogElem = this;
|
||||
jQuery.ajax(url, {
|
||||
|
Loading…
Reference in New Issue
Block a user