Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #1208

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fd1a445
Update index.html
rahulkg666 Oct 11, 2023
244b0f7
copyprotection
rahulkg666 Oct 11, 2023
e53247a
changes
rahulkg666 Oct 12, 2023
8781bc4
Update index.html
rahulkg666 Oct 12, 2023
c5be072
Merge pull request #1 from rahulkg666/slxmfe
rahulkg666 Oct 12, 2023
812ccc2
Update index.html
rahulkg666 Oct 12, 2023
0458fc8
Update index.html
rahulkg666 Oct 12, 2023
65a6884
Merge pull request #2 from rahulkg666/slxmfe
rahulkg666 Oct 12, 2023
7680320
index file changes for copy protect
rahulkg666 Oct 12, 2023
5dc50db
Merge pull request #3 from rahulkg666/slxmfe
rahulkg666 Oct 12, 2023
488a4ff
latest
rahulkg666 Oct 14, 2023
bad3b2b
Merge pull request #4 from rahulkg666/slxmfe
rahulkg666 Oct 14, 2023
58c27a3
latest
rahulkg666 Oct 14, 2023
774db3c
Merge pull request #5 from rahulkg666/slxmfe
rahulkg666 Oct 14, 2023
98d2507
latest
rahulkg666 Oct 14, 2023
10c7c1f
Merge pull request #6 from rahulkg666/slxmfe
rahulkg666 Oct 14, 2023
39d06aa
latests
rahulkg666 Oct 14, 2023
8fcef37
Merge pull request #7 from rahulkg666/slxmfe
rahulkg666 Oct 14, 2023
005da40
latest changes in index.html
rahulkg666 Oct 14, 2023
7c38a78
latest changes in index.html
rahulkg666 Oct 15, 2023
e62c7f3
Merge pull request #8 from rahulkg666/slxmfe
rahulkg666 Oct 15, 2023
b28e0e4
latest changes in index.html
rahulkg666 Oct 15, 2023
d3d000f
Merge pull request #9 from rahulkg666/slxmfe
rahulkg666 Oct 15, 2023
7b6cdba
latest changes in index.html
rahulkg666 Oct 15, 2023
141a520
Merge pull request #10 from rahulkg666/slxmfe
rahulkg666 Oct 15, 2023
f36da9f
changes
rahulkg666 Oct 18, 2023
e45f9f3
Merge pull request #12 from rahulkg666/slxmfe
rahulkg666 Oct 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Frontend learning application.",
"repository": {
"type": "git",
"url": "git+https://github.com/openedx/frontend-app-learning.git"
"url": "git+https://github.com/rahulkg666/frontend-app-learning.git"
},
"browserslist": [
"extends @edx/browserslist-config"
Expand All @@ -21,12 +21,12 @@
},
"author": "edX",
"license": "AGPL-3.0",
"homepage": "https://github.com/openedx/frontend-app-learning#readme",
"homepage": "https://github.com/rahulkg666/frontend-app-learning#readme",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/openedx/frontend-app-learning/issues"
"url": "https://github.com/rahulkg666/frontend-app-learning/issues"
},
"dependencies": {
"@edx/brand": "npm:@edx/[email protected]",
Expand Down
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
</head>
<body>
<div id="root"></div>

</body>
</html>
1 change: 0 additions & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import LiveTab from './course-home/live-tab/LiveTab';
import CourseAccessErrorPage from './generic/CourseAccessErrorPage';
import DecodePageRoute from './decode-page-route';
import { DECODE_ROUTES, ROUTES } from './constants';

subscribe(APP_READY, () => {
ReactDOM.render(
<AppProvider store={initializeStore()}>
Expand Down