Files
edx-platform/cms/templates
louyihua 7555c6ec0c Fix saving error of video editor in non-english translation
Currently the code in ```tabs-aggregator.coffee``` uses the display name of a tab as the key to index the current tab. When a non-english translation is applied, the javascript code will get localized names instead of the original english names, which causes the following ```getValue``` function fails as it cannot reference the correct tab.
Use the 'data' attribute to store the original tab name.
2014-06-27 14:08:44 +08:00
..
2014-03-25 16:51:24 +08:00
2014-05-16 20:38:09 -04:00
2013-07-12 16:25:39 -04:00
2014-05-29 15:44:59 -04:00
2014-05-16 20:38:09 -04:00
2014-05-16 21:27:57 -04:00