Skip to content

Instantly share code, notes, and snippets.

@neshmi
Created January 20, 2010 04:26
Show Gist options
  • Save neshmi/281602 to your computer and use it in GitHub Desktop.
Save neshmi/281602 to your computer and use it in GitHub Desktop.
<script language="Javascript">
function formSubmitted(){
if (navigator.userAgent.indexOf( 'Safari' ) != -1) {
setTimeout ( "resubmitForm()", 2000 );
}
}
function resubmitForm() {
document.new_image.submit();
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment