remove stuff, new files

This commit is contained in:
John McLear 2014-11-18 18:09:29 +00:00
parent 135aa3e8fe
commit c14e1696b3
26 changed files with 68 additions and 57 deletions

View file

@ -35,32 +35,10 @@ var padimpexp = (function()
function fileInputUpdated()
{
$('#importsubmitinput').addClass('throbbold');
$('#importformfilediv').addClass('importformenabled');
$('#importsubmitinput').removeAttr('disabled');
$('#importmessagefail').fadeOut("fast");
$('#importarrow').show();
$('#importarrow').animate(
{
paddingLeft: "0px"
}, 500).animate(
{
paddingLeft: "10px"
}, 150, 'swing').animate(
{
paddingLeft: "0px"
}, 150, 'swing').animate(
{
paddingLeft: "10px"
}, 150, 'swing').animate(
{
paddingLeft: "0px"
}, 150, 'swing').animate(
{
paddingLeft: "10px"
}, 150, 'swing').animate(
{
paddingLeft: "0px"
}, 150, 'swing');
$('#importmessagefail').fadeOut('fast');
}
function fileInputSubmit()