fix preference tree elements not being properly clickable in Firefox

This commit is contained in:
Andrew Dolgov
2010-11-21 23:05:51 +03:00
parent bcf5ed46e3
commit 8a097fa381
6 changed files with 20 additions and 19 deletions

View File

@@ -1220,9 +1220,9 @@
var bare_id = id.substr(id.indexOf(':')+1);
if (id.match('FEED:')) {
editFeed(bare_id, event);
editFeed(bare_id);
} else if (id.match('CAT:')) {
editCat(bare_id, item, event);
editCat(bare_id, item);
}
</script>
<script type=\"dojo/method\" event=\"onLoad\" args=\"item\">