summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/views/admin_graphics.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/admin_graphics.html.php b/core/views/admin_graphics.html.php
index 9cf54ccd..add88b16 100644
--- a/core/views/admin_graphics.html.php
+++ b/core/views/admin_graphics.html.php
@@ -7,7 +7,7 @@
.replace("__TK__", $(this).attr("id"));
}
};
- $("#gAvailableToolkits .gBlock").click(select_toolkit);
+ $("#gAdminGraphics div.gAvailable .gBlock").click(select_toolkit);
});
</script>