Sha256: b2e8c137b12d921904001a35c6983c9ef5a4c7e96e22f17ba92e312978a665ef
Contents?: true
Size: 420 Bytes
Versions: 11
Compression:
Stored size: 420 Bytes
Contents
var $row = $('td.localization_row[data-id="<%= @localization.id %>"]'); $row.data('editing', 0); $row.html("<%= ejs render(:partial=>"/lit/localization_keys/localization_row", formats: ['html'], :locals=>{:localization=>@localization.translated_value }) %>"); $row.siblings().find('.show_prev_versions').removeClass('hidden'); $('a.change_completed_<%= @localization.id %> input[type=checkbox]').prop("checked", true);
Version data entries
11 entries across 11 versions & 1 rubygems