From 76d9e95fb6506c90372dc498d9e8733bca3005d5 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 25 Jan 2009 02:09:57 +0000 Subject: Fix selector after latest refactor, so that select_toolkit() is called again --- core/views/admin_graphics.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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); }); -- cgit v1.2.3