summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-25 02:09:57 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-25 02:09:57 +0000
commit76d9e95fb6506c90372dc498d9e8733bca3005d5 (patch)
tree0c235dfedfbdb4531d694a86d6d3550caae44521 /core
parent70c050d99531e8b2690554a20aec070e732c04cc (diff)
Fix selector after latest refactor, so that select_toolkit() is called again
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>