Commit 9e525612 authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Likewise errors, kept source code warnings dialog opens (maximize/fullscreen).

parent 78c8db62
......@@ -323,7 +323,7 @@
msg_elem.appendTo($(\'#${div_id}\'));\n
\n
function animateMessageComplete() {\n
if(!error_arr.length)\n
if(!error_arr.length && !warning_arr.length)\n
$(this).remove();\n
else\n
$(this).bind(\'click\', function() { $(this).remove() });\n
......
2013-08-20 arnaud.fontaine
* ZODB Components: Likewise errors, kept source code warnings dialog opens (maximize/fullscreen).
2013-08-15 arnaud.fontaine
* ZODB Components: pylint is now used and reports warnings. Also, allow to jump to error line/column by clicking on the error/warning message.
......
14
\ No newline at end of file
15
\ No newline at end of file
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