Author
|
Topic: Price Guide and Trade Matcher Thread
|
harbingerofthevoid Member
|
posted March 08, 2013 06:12 AM
Not trade matcher related but, in main.js on the homepage:
code:
function showMenu() { $(".more", this).slideDown(150); } function hideMenu() { $(".more", this).slideUp(150); }
to
code:
function showMenu() { $(".more", this).stop().slideDown(150); } function hideMenu() { $(".more", this).stop().slideUp(150); }
that will stop the infinite bounce if you move across menu items too fast.
|
wayne Member
|
posted March 08, 2013 10:21 AM
Jeez, even when it is now working some people are still not happy. :/
|
blp New Member
|
posted March 09, 2013 10:16 PM
Thanks for the updates, nouveaux.There are a handful of missing sets and misspellings in the price list that I have come across that I have been correcting. In case it's useful or fixable, the keys in this list are the names that appear in the MOTL price list, and the values are the corrected versions that either correct the spelling or add the set where the set was otherwise ambiguous: https://github.com/ssorallen/blacklotusproject/blob/master/price_map.json
|
DamienX207 New Member
|
posted March 16, 2013 03:05 PM
New to MOTL, and getting 0 matches anywhere, even when I go to a H/W list that clearly has matches and click the "Match Your List With This One" -- still doesn't give me any results.Is this an ongoing issue w/ people not getting matches, or did I format my list wrong, or can anyone offer any insight? Seems odd that there's no "How to format your list" in the FAQ anywhere... Any insight would be appreciated, TY!
|
Jazaray Moderator
|
posted March 16, 2013 03:37 PM
quote: Originally posted by DamienX207: New to MOTL, and getting 0 matches anywhere, even when I go to a H/W list that clearly has matches and click the "Match Your List With This One" -- still doesn't give me any results.Is this an ongoing issue w/ people not getting matches, or did I format my list wrong, or can anyone offer any insight? Seems odd that there's no "How to format your list" in the FAQ anywhere... Any insight would be appreciated, TY!
It takes at least 24 hours after you post your list up for the trade matcher to start working. Thanks, Jazaray __________________ A Plastered Dragon Original Limerick: There was a nice lassie named Jaz Many wished to have what she has, A delicate face, A soft warm embrace, And a whole lot of bedroom pizzazz.WeedIan: Jazaray is like MOTL's Mom. Melaleuca, go ahead, ask me what it is...
| |