Replace $.live with $.on

This is needed for jQuery >= 1.9 compatibility and is compatible with
JQuery >= 1.7 (Plone 4.3 onwards).
This commit is contained in:
Gaudenz Steinlin
2014-04-28 18:06:41 +02:00
committed by Gaudenz Steinlin
parent f58e900e25
commit fa17c51a7b
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -10,6 +10,10 @@ Changelog
- Trigger custom events on comment add/remove/reply
[avoinea]
- Replace $.live with $.on for jQuery >= 1.9 compatibility. This works on
jQuery >= 1.7 (Plone 4.3 onwards).
[gaudenz]
2.3.2 (2014-04-05)
------------------