Remove c&p comments
This commit is contained in:
parent
c8f221b310
commit
0adbb9087e
@ -12,10 +12,8 @@
|
||||
<script src="http://malsup.github.com/jquery.form.js"></script>
|
||||
|
||||
<script>
|
||||
// wait for the DOM to be loaded
|
||||
$(document).ready(function() {
|
||||
$('#invalidCredentials').hide();
|
||||
// bind 'myForm' and provide a simple callback function
|
||||
$('#invalidCredentials').hide();
|
||||
$('#loginForm').ajaxForm({
|
||||
success: function() {
|
||||
window.location.href = "/api/v1/restricted";
|
||||
|
Loading…
x
Reference in New Issue
Block a user