Sha256: 57f72f7de48cc674d7542ac0762750ea5a2ebe02f56cb0bebd14f67c4815d219
Contents?: true
Size: 718 Bytes
Versions: 4
Compression:
Stored size: 718 Bytes
Contents
<%= render :partial => "/platform/developer/common/header" %> <%=render(:partial => "apps_info", :locals => {:mode => :view}) %> <%= render :partial => "/platform/developer/common/footer" %> <script> function switchSectionMode(section, mode) { Platform.Utils.update(section + '_container', '/platform/developer/dashboard/update_section', { parameters: {section:section, mode:mode} }); } function submitSection(section) { var params = Platform.Utils.serializeForm(section + '_form'); params['section'] = section; Platform.Utils.update(section + '_container', '/platform/developer/dashboard/update_section', { parameters: params, method: 'post' }); } </script>
Version data entries
4 entries across 4 versions & 1 rubygems