mirror of
https://github.com/gamaio/UnPS-Short.git
synced 2024-11-14 12:57:26 +00:00
Fix wrong closing tag
This commit is contained in:
parent
0f0fde578f
commit
3e0d071d49
@ -123,7 +123,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div id="theLoader">
|
<div id="theLoader">
|
||||||
<div id="ajaxloader"></div><p id="loading">Loading...</a>
|
<div id="ajaxloader"></div><p id="loading">Loading...</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -150,7 +150,7 @@
|
|||||||
<script type="text/javascript" language="JavaScript">
|
<script type="text/javascript" language="JavaScript">
|
||||||
// This is our AJAX - Thank you Wizzy <3
|
// This is our AJAX - Thank you Wizzy <3
|
||||||
$("#form-shorten").submit(function(event){
|
$("#form-shorten").submit(function(event){
|
||||||
$("#theLoader").fadeIn("Fast");
|
$("#theLoader").fadeIn("fast");
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
$.post("process.php?token=<?php echo $token; ?>", $(this).serialize(), function(data){
|
$.post("process.php?token=<?php echo $token; ?>", $(this).serialize(), function(data){
|
||||||
|
Loading…
Reference in New Issue
Block a user