Remove c&p comments

This commit is contained in:
Jan Bader 2016-11-25 18:55:11 +01:00
parent c8f221b310
commit 0adbb9087e

View File

@ -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";