AppStateESS/homestead

View on GitHub
javascript/page_refresh/head.js

Summary

Maintainability
A
0 mins
Test Coverage
<script type="text/javascript">
// <![CDATA[

function refresh_page(form){
    $("#" + form).submit();
}

// ]]>
</script>