Removed jqueryElement.data usages
| @@ -3145,8 +3145,8 @@ export async function getWorldEntry(name, data, entry) { | ||
| 3145 | 3145 | moveButton.attr('data-current-world', name); |
| 3146 | 3146 | moveButton.on('click', async function (e) { |
| 3147 | 3147 | e.stopPropagation(); |
| 3148 | 3148 | const sourceUid = $(this).dataattr('data-uid'); |
| 3149 | 3149 | const sourceWorld = $(this).dataattr('data-current-world'); |
| 3150 | 3150 | const sourceWorldInfo = await loadWorldInfo(sourceWorld); |
| 3151 | 3151 | if (!sourceWorldInfo) { |
| 3152 | 3152 | return; |