From 14cc1f85255bfe0d991eadbe5823397b68ddd2e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Thu, 18 Jul 2019 17:08:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/modules/courses/exercise/Exercisestatisticalresult.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/react/src/modules/courses/exercise/Exercisestatisticalresult.js b/public/react/src/modules/courses/exercise/Exercisestatisticalresult.js index fb03835f6..6fa082f59 100644 --- a/public/react/src/modules/courses/exercise/Exercisestatisticalresult.js +++ b/public/react/src/modules/courses/exercise/Exercisestatisticalresult.js @@ -11,6 +11,7 @@ import '../css/busyWork.css'; import '../poll/pollStyle.css'; const CheckboxGroup = Checkbox.Group; +const $ = window.$ function createMarkup(value) { return {__html:value} }; class Exercisestatisticalresult extends Component {