tinygame.xyz
Advanced tools
Comparing version 1.7.12 to 1.7.13
{ | ||
"name": "tinygame.xyz", | ||
"version": "1.7.12", | ||
"version": "1.7.13", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
$(document).ready(function () { | ||
console.log('hi'); | ||
console.log($('#tuiSite').html()); | ||
//console.log('hi'); | ||
//console.log($('#tuiSite').html()); | ||
$('#tuiSite img').each(function () { | ||
console.log('img'); | ||
console.log($(this).attr('data-src')); | ||
//console.log('img'); | ||
//console.log($(this).attr('data-src')); | ||
$(this).attr('src', $(this).attr('data-src')); | ||
}); | ||
}); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
206948
2679