WeHeartGaming / CraftingTable

See the recipes by searching and clicking.
2 stars 1 forks source link

Snapping when clicking on item #6

Closed ProfChaos closed 11 years ago

ProfChaos commented 11 years ago

Snapping when clicking on item. Happened after I added URL

qgustavor commented 11 years ago

I thought it was a feature! I'm going to fix that.

Edit:GitHub is not working here, look the changes I made:

- (...) lass="crafted" id="' + currentItems[i][0] (...)
+ (...) lass="crafted" id="item-' + currentItems[i][0] (...)

-   craft($(this).attr('id'));
+   craft($(this).attr('id').substr(5));
ProfChaos commented 11 years ago

Sweet!

edit: I sent you a tweet btw

ProfChaos commented 11 years ago

This bug is fixed.