77745407 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 363d0cfa
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -15,7 +15,6 @@ document.addEventListener("DOMContentLoaded", function() { ...@@ -15,7 +15,6 @@ document.addEventListener("DOMContentLoaded", function() {
15 img.src = b; 15 img.src = b;
16 16
17 img.onload = function() { 17 img.onload = function() {
18
19 c.classList.add('image-loaded'), 18 c.classList.add('image-loaded'),
20 c.style.backgroundImage = 'linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 91%, rgba(0, 0, 0, 0) 100%), url(' + b + ')'; 19 c.style.backgroundImage = 'linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 91%, rgba(0, 0, 0, 0) 100%), url(' + b + ')';
21 }; 20 };
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.2.0021 8 Version: 1.2.0022
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......