From 0373ae671349946891dcf53e27e48b1446d25083 Mon Sep 17 00:00:00 2001 From: ninadsp Date: Mon, 9 Aug 2010 00:06:36 +0530 Subject: [PATCH] Removed an alert() call which was around for testing purposes. --- js/sql.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/sql.js b/js/sql.js index 96d2395c2..997db4925 100644 --- a/js/sql.js +++ b/js/sql.js @@ -400,7 +400,6 @@ $(document).ready(function() { $.each(data.relations, function(key, value) { if(key == field_name) { - alert(value); var new_value = $(this_field).find('select').val(); new_html = $(value).append(new_value); return false;