Commit 974ba473 authored by Michal Čihař's avatar Michal Čihař

Remove debugging code

parent e3e7ac86
...@@ -242,7 +242,6 @@ function zen_editor(e) { ...@@ -242,7 +242,6 @@ function zen_editor(e) {
if (lastrow != $row.attr('id')) { if (lastrow != $row.attr('id')) {
var form = $row.find('form'); var form = $row.find('form');
console.log('should save! ' + form.attr('action'));
$('#loading-' + checksum).show(); $('#loading-' + checksum).show();
$('#messages-' + checksum).html(''); $('#messages-' + checksum).html('');
$.post( $.post(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment