Fixed codacy requirements

pull/272/head
kyos 7 years ago
parent aa4a5dc3ef
commit 9a17a09cc7

@ -201,10 +201,10 @@ $("#search").on("change input.typeahead:selected", function(){
});
});
$("#btn-upload-format").on('change', function () {
$("#btn-upload-format").on("change", function () {
var filename = $(this).val();
if (filename.substring(3,11) == 'fakepath') {
if (filename.substring(3,11) === "fakepath") {
filename = filename.substring(12);
} // Remove c:\fake at beginning from localhost chrome
$('#upload-format').html(filename);
$("#upload-format").html(filename);
});

Loading…
Cancel
Save