Commit 63567372 authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5_code_mirror: Remove 'title' attribute of editor field.

parent c44d80e8
......@@ -404,6 +404,9 @@
//cm.foldCode(CodeMirror.Pos(8, 0));\n
\n
updateErrorWarningMessageDivWithJump();\n
\n
// When hovering editor element with the mouse, seeing the title of the field is annoying...\n
$(cm.getWrapperElement()).parents(\'.field\').removeAttr(\'title\');\n
\n
if(typeof document.cancelFullScreen != \'undefined\' ||\n
(typeof document.mozFullScreenEnabled != \'undefined\' &&\n
......
2015-01-16 arnaud.fontaine
* Remove 'title' attribute of editor field.
2014-12-26 arnaud.fontaine
* Saving (Ctrl-s) was not working when using Merge view.
......
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