Sha256: 4990a991d02109935d56c698a7fa5753cacdefe3e0d789c1f831bbf3c3bfacec

Contents?: true

Size: 229 Bytes

Versions: 32

Compression:

Stored size: 229 Bytes

Contents

<% javascript_tag do -%>
var custom_loaded = false;
function load_custom_tab() {
  new Ajax.Updater('custom_tab', '/nodes/<%= @node.zip %>/versions/0/custom_tab', {asynchronous:true, evalScripts:true, method:'get'});
}
<% end -%>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
zena-1.0.0.beta2 app/views/templates/edit_tabs/_custom.rhtml
zena-1.0.0.beta1 app/views/templates/edit_tabs/_custom.rhtml
zena-0.16.7 app/views/templates/edit_tabs/_custom.rhtml
zena-0.16.6 app/views/templates/edit_tabs/_custom.rhtml
zena-0.16.5 app/views/templates/edit_tabs/_custom.rhtml
zena-0.16.4 app/views/templates/edit_tabs/_custom.rhtml
zena-0.16.3 app/views/templates/edit_tabs/_custom.rhtml
zena-0.16.2 app/views/templates/edit_tabs/_custom.rhtml
zena-0.16.1 app/views/templates/edit_tabs/_custom.rhtml
zena-0.16.0 app/views/templates/edit_tabs/_custom.rhtml
zena-0.15.2 app/views/templates/edit_tabs/_custom.rhtml
zena-0.15.1 app/views/templates/edit_tabs/_custom.rhtml