privly/privly-applications

View on GitHub
Index/js/new.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @fileOverview Redirect the user to the new application.
 **/
 
window.location.href = "../History/new.html";