From 7863fc030732c01881bdd76f0ffd4dc8518d3d86 Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Mon, 29 Sep 2014 14:17:46 -0700 Subject: [PATCH] Fixed editing podcasts makes long list of files --- templates/default/js/podcast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/js/podcast.js b/templates/default/js/podcast.js index 200ad7f2..525cb930 100755 --- a/templates/default/js/podcast.js +++ b/templates/default/js/podcast.js @@ -48,7 +48,7 @@ $(document).ready(function() { $("#edit_podcast_post").val(""); $("#edit_podcast_title").val(""); $("#edit_podcast_file").val(""); - $("#edit_uploadedPodcasts").val(""); + $("#edit_uploadedPodcasts").html(''); userID=encodeURIComponent($(e.relatedTarget).attr("id")); $("#edit_podcast_postid").val(userID); $.ajax({