tinygame.xyz
Advanced tools
Comparing version 1.7.40 to 1.7.41
{ | ||
"name": "tinygame.xyz", | ||
"version": "1.7.40", | ||
"version": "1.7.41", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
@@ -41,3 +41,3 @@ function game_content(id) | ||
html += '</div>';*/ | ||
$('#game_content').append(html); | ||
$('#game_content').after(html); | ||
@@ -44,0 +44,0 @@ $("#tuiSite").attr({ |
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
165158