Noosfero/noosfero

View on GitHub
plugins/pjax/views/pjax_layouts/_load_state_script.html.erb

Summary

Maintainability
Test Coverage
<script type="text/javascript">
  jQuery(function($) {
    pjax.load();

    <%= render 'pjax_shared/load_state.js' %>
  });
</script>