From 32c1ab842e5cd2dea4cf614974252682bd192cea Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 23 Aug 2019 17:31:20 +0200 Subject: [PATCH] Fix typo --- www/common/sframe-common-file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {