remove debug
This commit is contained in:
@@ -34,9 +34,7 @@
|
|||||||
<!-- browsers can put the fakepath in for security, remove it -->
|
<!-- browsers can put the fakepath in for security, remove it -->
|
||||||
function DoMagic() {
|
function DoMagic() {
|
||||||
str=$("#new_file_chooser").val()
|
str=$("#new_file_chooser").val()
|
||||||
console.log(str)
|
|
||||||
str=str.replace('C:\\fakepath\\', '' )
|
str=str.replace('C:\\fakepath\\', '' )
|
||||||
console.log(str)
|
|
||||||
$("#fname").val(str)
|
$("#fname").val(str)
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user