Files
edx-platform/lms/static/js
Matjaz Gregoric 3320ecf418 Move unenroll messages into separate data attributes.
Having the messeges embedded into onclick attributes was fragile because
it could break if the translated string contained special characters
such as single quotes.

Rather than trying to escape the special characters inside the onclick handler,
move the translatable strings into separate h-escaped data attributes and interpolate
the values in the (already existing) jQuery click handler rather than in the
inline onclick handler.

This makes the javascript code more consistent as well as fixes the problem
where the popup would break if translation included single quotes.
2015-11-02 17:21:28 +01:00
..
2015-09-14 14:34:05 -04:00
2015-07-21 10:54:02 -04:00
2015-07-20 14:24:30 -04:00
2015-10-15 11:02:12 -04:00
2015-09-16 21:36:19 -04:00
2013-12-04 10:23:47 -05:00
2015-01-06 17:21:49 +05:00
2015-05-28 08:30:45 -04:00
2012-07-30 17:39:44 -04:00
2012-09-23 22:33:20 -04:00
2012-08-03 15:55:21 -04:00
2012-06-21 11:05:18 -04:00