summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2016-08-22 15:00:15 +0530
committerprashantsinalkar2016-08-22 15:00:15 +0530
commita01612770540f33334d617e3dbf1e99812b34c75 (patch)
tree3a259c6bd47e3d9ff9e5cdd146028e673b67f535
parent507a970ced9874aa8d08a2ffb06b183ca0ac7df1 (diff)
downloadscilab_textbook_companion-a01612770540f33334d617e3dbf1e99812b34c75.tar.gz
scilab_textbook_companion-a01612770540f33334d617e3dbf1e99812b34c75.tar.bz2
scilab_textbook_companion-a01612770540f33334d617e3dbf1e99812b34c75.zip
commented alert
-rwxr-xr-xcode.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/code.inc b/code.inc
index a01975e..07d7690 100755
--- a/code.inc
+++ b/code.inc
@@ -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);
}
});
});