Skip to content

Commit 59725fb

Browse files
Images from codebase-img
1 parent 4dc09d2 commit 59725fb

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

database/subject.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"description": [
3-
"This subject contain all the programs of Advanced java programming of MSBTE.",
4-
null
3+
"This subject contain all the programs of Advanced java programming of MSBTE."
54
],
65
"title": [
7-
"java-manual-2020",
8-
null
6+
"java-manual-2020"
97
]
108
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<link rel="icon" href="img/icon.png" type="image/png" sizes="16x16">
7+
<link rel="icon" href="https://mudazzir.gitlab.io/codebase-img/icon.png" type="image/png" sizes="16x16">
88

99
<!-- Bootstrap CSS -->
1010
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">

static/jinja.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ function post(Id)
116116
imageTag = ""
117117
if (data[Id]['image'][i] == '0')
118118
{
119-
imageTag = "<img src='img/"+ data[Id]['Id'][i] +".PNG' >";
119+
img-url = "https://mudazzir.gitlab.io/codebase-img/"
120+
imageTag = "<img src='" + img-url + data[Id]['Id'][i] +".PNG' >";
120121
}
121122
document.getElementById('flask-post').innerHTML = hold +
122123
"<div id='"+ data[Id]['Id'][i] +"'>\n"+

0 commit comments

Comments
 (0)