Fix selector after latest refactor, so that select_toolkit() is called again

This commit is contained in:
Bharat Mediratta
2009-01-25 02:09:57 +00:00
parent 70c050d995
commit 76d9e95fb6
+1 -1
View File
@@ -7,7 +7,7 @@
.replace("__TK__", $(this).attr("id"));
}
};
$("#gAvailableToolkits .gBlock").click(select_toolkit);
$("#gAdminGraphics div.gAvailable .gBlock").click(select_toolkit);
});
</script>