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 src="http://malsup.github.com/jquery.form.js"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// wait for the DOM to be loaded
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#invalidCredentials').hide();
|
$('#invalidCredentials').hide();
|
||||||
// bind 'myForm' and provide a simple callback function
|
|
||||||
$('#loginForm').ajaxForm({
|
$('#loginForm').ajaxForm({
|
||||||
success: function() {
|
success: function() {
|
||||||
window.location.href = "/api/v1/restricted";
|
window.location.href = "/api/v1/restricted";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user