mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-12 06:16:55 +00:00
terraria section, make images undraggable
This commit is contained in:
@@ -12,7 +12,6 @@ async function getPlugins() {
|
||||
|
||||
for (const plugin in json) {
|
||||
const pluginData = json[plugin];
|
||||
if (pluginData.client_side !== "unsupported") continue;
|
||||
const clonedTemplate = template.content.cloneNode(true);
|
||||
const projectType = pluginData.project_type;
|
||||
const slug = pluginData.slug;
|
||||
|
||||
Reference in New Issue
Block a user