Removed an alert() call which was around for testing purposes.

This commit is contained in:
ninadsp
2010-08-09 00:06:36 +05:30
parent 2ca8e1eea2
commit 0373ae6713

View File

@@ -400,7 +400,6 @@ $(document).ready(function() {
$.each(data.relations, function(key, value) { $.each(data.relations, function(key, value) {
if(key == field_name) { if(key == field_name) {
alert(value);
var new_value = $(this_field).find('select').val(); var new_value = $(this_field).find('select').val();
new_html = $(value).append(new_value); new_html = $(value).append(new_value);
return false; return false;