Skip to content

Commit 8f70aed

Browse files
BlueShootingStarBlueShootingStar
authored andcommitted
[nothing]
1 parent b8d3b2d commit 8f70aed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
88
<title>LearnGeek - Kiến thức rộng mở</title>
9-
<base href="./">
9+
<base href="/">
1010
<link rel="icon" type="image/x-icon" href="favicon.ico">
1111

1212
<!-- Core Bootstrap 4 -->

app/bai-tap-trac-nghiem/bai-tap-trac-nghiem.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function controller($scope) {
8888

8989
// quét mảng và xóa bài làm
9090
for (let i = 0; i < this.quizs.length; i++) {
91-
delete this.quizs[i].studentAnswer;
91+
delete this.quizs[i].studentAnswer;
9292
}
9393
}
9494
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
88
<title>LearnGeek - Kiến thức rộng mở</title>
9-
<base href="./">
9+
<base href="/">
1010
<link rel="icon" type="image/x-icon" href="favicon.ico">
1111

1212
<!-- Core Bootstrap 4 -->

0 commit comments

Comments
 (0)