Skip to content

Commit

Permalink
Fixed issue #16194: file upload disables other clicks.
Browse files Browse the repository at this point in the history
Code Review
  • Loading branch information
gabrieljenik committed Aug 20, 2020
1 parent b238d26 commit 4195433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/UploaderController.php
Expand Up @@ -282,7 +282,6 @@ public function run($actionID)
}
/* No action */
$meta = '';
//App()->getClientScript()->registerPackage('jquery');
App()->getClientScript()->registerPackage('question-file-upload');

$aSurveyInfo = getSurveyInfo($surveyid, $sLanguage);
Expand Down

0 comments on commit 4195433

Please sign in to comment.