mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-14 14:55:56 +08:00
add
This commit is contained in:
parent
af5427631e
commit
b61c9d8c56
@ -55,4 +55,14 @@ if (get_code_uglifyjs){
|
||||
}
|
||||
get_file('tools/uglify_es.js', callback)
|
||||
})
|
||||
}
|
||||
|
||||
var get_code_request = document.getElementById('get_code_request')
|
||||
if (get_code_request){
|
||||
get_code_request.addEventListener('click', function(e){
|
||||
function callback(text){
|
||||
document.getElementById('my_code_dec').value = text
|
||||
}
|
||||
get_file('tools/request.js', callback)
|
||||
})
|
||||
}
|
File diff suppressed because one or more lines are too long
16
tools/request.js
Normal file
16
tools/request.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user