Skip to content
Snippets Groups Projects
Commit a3cecc7a authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed event handler attachment

Ignore-this: 9ec0aa658bf73175401e4282663b7f68

darcs-hash:20090918101358-7ad00-28363725efc2c862a855683096f4db816e827f70.gz
parent b13c8432
No related branches found
No related tags found
No related merge requests found
......@@ -385,7 +385,6 @@ function initChangeCheck(msg){
textChanged = true; //global var
summaryCheck();
};
edit_text.onkeyup = summaryCheck;
var summary = document.getElementById('edit__summary');
addEvent(summary, 'change', summaryCheck);
addEvent(summary, 'keyup', summaryCheck);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment