js/src/common/Notice.js
Function prompt
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
prompt: function (title, msg, value, yes, no, scope) {
Function confirm
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
confirm: function (title, msg, yes, no, scope) {