diff options
author | prashantsinalkar | 2016-08-22 15:00:15 +0530 |
---|---|---|
committer | prashantsinalkar | 2016-08-22 15:00:15 +0530 |
commit | a01612770540f33334d617e3dbf1e99812b34c75 (patch) | |
tree | 3a259c6bd47e3d9ff9e5cdd146028e673b67f535 | |
parent | 507a970ced9874aa8d08a2ffb06b183ca0ac7df1 (diff) | |
download | scilab_textbook_companion-a01612770540f33334d617e3dbf1e99812b34c75.tar.gz scilab_textbook_companion-a01612770540f33334d617e3dbf1e99812b34c75.tar.bz2 scilab_textbook_companion-a01612770540f33334d617e3dbf1e99812b34c75.zip |
commented alert
-rwxr-xr-x | code.inc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ $(document).ready(function(){ $('#edit-example-number').change(function() { $.get('" . base_path() . "textbook_companion/ajax/example_exists/' + $('#edit-number').val() + '/' + " . $preference_data->id . " + '/' + $('#edit-example-number').val(), function(data) { if (data) { - alert(data); + //alert(data); } }); }); |