Skip to content

Commit 36492f9

Browse files
committed
Update to v6.7.72, Update 5 files
2026-03-23 00:21 - Update: css/index.css - Update: jaufarTafsirApp/app/src/main/assets/css/index.css - Update: js/index.js - Update: js/navbar.js - Update: js/navbar.min.js
1 parent 99c40f0 commit 36492f9

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

css/index.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ a:hover {
12791279

12801280
/* animation of pulsatThis icon */
12811281
/* Define the pulsating animation */
1282-
@keyframes pulsate {
1282+
/* @keyframes pulsate {
12831283
0%,
12841284
100% {
12851285
transform: scale(1);
@@ -1288,15 +1288,15 @@ a:hover {
12881288
50% {
12891289
transform: scale(1.2);
12901290
}
1291-
}
1291+
} */
12921292

12931293
/* Apply the animation to the specific p tags */
1294-
.pulsateThis {
1294+
/* display: inline-block; - Ensure that the span takes up space and can be animated */
1295+
/* .pulsateThis {
12951296
display: inline-block;
1296-
/* Ensure that the span takes up space and can be animated */
12971297
transform-origin: center;
12981298
animation: pulsate 1s infinite;
1299-
}
1299+
} */
13001300

13011301
/* */
13021302

jaufarTafsirApp/app/src/main/assets/css/index.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ a:hover {
12791279

12801280
/* animation of pulsatThis icon */
12811281
/* Define the pulsating animation */
1282-
@keyframes pulsate {
1282+
/* @keyframes pulsate {
12831283
0%,
12841284
100% {
12851285
transform: scale(1);
@@ -1288,15 +1288,15 @@ a:hover {
12881288
50% {
12891289
transform: scale(1.2);
12901290
}
1291-
}
1291+
} */
12921292

12931293
/* Apply the animation to the specific p tags */
1294-
.pulsateThis {
1294+
/* display: inline-block; - Ensure that the span takes up space and can be animated */
1295+
/* .pulsateThis {
12951296
display: inline-block;
1296-
/* Ensure that the span takes up space and can be animated */
12971297
transform-origin: center;
12981298
animation: pulsate 1s infinite;
1299-
}
1299+
} */
13001300

13011301
/* */
13021302

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ document.addEventListener("DOMContentLoaded", function () {
585585
"ސޭވްކުރި ސަފުހާގެ ލިންކު ޕޭސްޓްކުރޭ",
586586
);
587587
inputElement.style.removeProperty("--placeholder-color");
588-
inputElement.style.removeProperty("--border-color");
588+
inputElement.style.xremoveProperty("--border-color");
589589
});
590590
});
591591

js/navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// this was initially just navbar code, but then i added other snippets i needed on every page, but not the dt stuff
22

3-
var hmvVersionNo = "6.7.71";
3+
var hmvVersionNo = "6.7.72";
44
// changed from 4.1.43 to 6.2.88, to match number of commits
55

66
// cant be 4.0, has to be like 4.1 or 4.01, as empty zeros will get removes

js/navbar.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)