Sha256: fea351e547e3b14516e7c5f81be259e6b9fbb5f9bf15d6349ef7ec93a154bc12
Contents?: true
Size: 280 Bytes
Versions: 7
Compression:
Stored size: 280 Bytes
Contents
var $row = $('td.localization_row[data-id="<%= @localization.id %>"]'); $row.data('editing', 1); $row.html("<%= ejs render(:partial=>'form') %>"); $row.find('textarea').focus(); <% if @localization.full_key.ends_with?('_html') -%> $row.find('.wysiwyg_switch').click(); <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems