cleaning some console.log chunked_upload
authorrougeronj
Mon, 07 Jan 2013 16:06:59 +0100
branchchunked_upload
changeset 1053 6961dae2de7b
parent 1052 2fe27ab30205
child 1059 f6a9dbf31cf9
cleaning some console.log
src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/create_content.html
--- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/create_content.html	Mon Jan 07 16:00:43 2013 +0100
+++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/create_content.html	Mon Jan 07 16:06:59 2013 +0100
@@ -52,14 +52,12 @@
 	$(function() {		
     	//gets video_url and returns it to the "scr" field
     	chunked_uploads_video_url = function(video_url) {
-    		console.log("je passe par la");
     		$('#id_content-media_input_type').val("create");
     		$('#id_media-src').val(video_url);
     		$('#id_media-src').attr('readOnly', true);
     		$(".media_fields").hide();
        		$("#media_field_create").show();
     		$('#upload_url').append(video_url);
-    		console.log($('#id_media-src'));
 	    };
     });