Skip to content

Commit 02377a4

Browse files
committed
bugfix: resolved in dom id
1 parent 765f874 commit 02377a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cv.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<br>
2727
2828
<b>+8801823923023</b> ||
29-
<b><span style="color: #1c7430" id="totalExperience">0</span> of Experience</b>
29+
<b><span style="color: #1c7430" id="totalExperienceCV">0</span> of Experience</b>
3030

3131
</div>
3232
<br>

js/towfiq.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ $(document).ready(function yearOfExp() {
1313
if(monthOfExp === 0) yearOfExp++;
1414
var totalExperience = parseInt(yearOfExp) + "Y " + monthOfExp + "M ";
1515
$("#currentYear").html(currentYear);
16+
$("#totalExperienceCV").html(totalExperience);
1617
$("#totalExperienceMain").html(totalExperience);
1718
$("#totalExperienceSummary").html(totalExperience);
1819

0 commit comments

Comments
 (0)