Fixed upload button on high level source editing popup.

TNL-222
This commit is contained in:
Waheed Ahmed
2014-10-27 18:44:45 +05:00
parent 78a50bd7d7
commit 41d2fa1a5e

View File

@@ -54,7 +54,7 @@ require(["jquery", "jquery.leanModal", "codemirror/stex"], function($) {
## need to insert this only after hls triggered, because otherwise it
## causes other <form> elements to become multipart/form-data,
## thus breaking multiple-choice input forms, for example.
$('#hls-finput').append('<input type="file" name="hlsfile" id="hlsfile" />');
$('#hls-finput').html('<input type="file" name="hlsfile" id="hlsfile" />');
var el = $('#hls-modal-${hlskey}');
setup_autoupload(el);