Sha256: 6466b4ec6e01eaf51779c981fdf80d86841dd080e28ecd7e583e0c5066bcce47
Contents?: true
Size: 474 Bytes
Versions: 26
Compression:
Stored size: 474 Bytes
Contents
<div class="tab-pane fade in active" id="CatalogShow"> <%= render :partial => 'show_catalog_simple' %> <%= render :partial => 'show_catalog_xml' %> </div> <%= javascript_tag do %> function switchBasicConfig() { $('#catalog_xml').hide(); initBasicConfig(); $('#catalog_simple').show(); } function switchXMLConfig() { $('#catalog_simple').hide(); $('#catalog_xml').show(); } $(document).ready(function() { switchBasicConfig(); }); <% end %>
Version data entries
26 entries across 26 versions & 1 rubygems