优化单据显示,自适应
This commit is contained in:
2
erp_web/js/jquery/jquery-1.12.4.js
vendored
2
erp_web/js/jquery/jquery-1.12.4.js
vendored
@@ -212,7 +212,7 @@ jQuery.extend = jQuery.fn.extend = function() {
|
||||
|
||||
// Prevent never-ending loop
|
||||
// if ( target === copy ) {
|
||||
if (name === "__proto__" || target === copy) { // 修复jQuery原型污染漏洞 ThinkGem
|
||||
if (name === "__proto__" || target === copy) { // 修复jQuery原型污染漏洞 jishenghua
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user