diff --git a/www/common/sframe-common-file.js b/www/common/sframe-common-file.js index 4958cce1f..d79ed758d 100644 --- a/www/common/sframe-common-file.js +++ b/www/common/sframe-common-file.js @@ -301,7 +301,7 @@ define([ ]); $(content).find('#cp-upload-owned').on('change', function () { - var val = Util.isCheked($(content).find('#cp-upload-owned')); + var val = Util.isChecked($(content).find('#cp-upload-owned')); if (val) { $(content).find('#cp-upload-store').prop('checked', true).prop('disabled', true); } else {