修复EMAIL类型回退键被禁止问题
This commit is contained in:
@ -46,10 +46,10 @@
|
||||
}
|
||||
|
||||
if (!document.currentScript) {
|
||||
document.currentScript = function() {
|
||||
var scripts = document.getElementsByTagName('script');
|
||||
return scripts[scripts.length - 1];
|
||||
}();
|
||||
document.currentScript = function() {
|
||||
var scripts = document.getElementsByTagName('script');
|
||||
return scripts[scripts.length - 1];
|
||||
}();
|
||||
}
|
||||
|
||||
var $h, FileInput, getLoadingUrl = function () {
|
||||
|
Reference in New Issue
Block a user