13 lines
234 B
JavaScript
13 lines
234 B
JavaScript
|
/*
|
||
|
* group: other
|
||
|
* class: sandboxing
|
||
|
* name: SBIE2102 File is too large to copy into sandbox
|
||
|
* description: File is too large to copy into sandbox
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
if (typeof msgCode === 'undefined') {
|
||
|
msgCode = 2102;
|
||
|
}
|
||
|
|
||
|
invoke("SBIECOPY");
|