remove debug

This commit is contained in:
2025-09-30 00:26:45 +10:00
parent 8e6342b627
commit 0851b79e16

View File

@@ -34,9 +34,7 @@
<!-- browsers can put the fakepath in for security, remove it -->
function DoMagic() {
str=$("#new_file_chooser").val()
console.log(str)
str=str.replace('C:\\fakepath\\', '' )
console.log(str)
$("#fname").val(str)
}
</script>