inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Mar 22, 2014 4:20:21 GMT -8
Here is what I get when I run it (using Wormopolis')... Before: After: That's strange, I get that if run from Chrome console but in Firebug I get what I described By the way, I saw an emulation mode in Chrome yesterday which amazingly has like 30 devices to choose from (ipad, galaxy, etc.) making me seriously consider switching to Chrome When I copy the code, I have to fix the return line, as it gets broken, check yours. Yeah, been using Chrome recently for mobile development, a friend of mine told me about the emulation mode, it's pretty awesome, much better than Firefox.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Mar 22, 2014 13:15:56 GMT -8
I wrote it in firebug console in firefox so I could run it on support since I dont have anywhere else to test it. I have no idea why it failed for you..
but yours has more bells and whistles anyways
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Mar 22, 2014 16:35:27 GMT -8
Peter was of course correct Wormopolis, I don't know which line was causing the problem in firebug but once I did a pretty print using a notepad++ addon then it ran like a champ. The OP specifically asked for 24 hour section but I did it for both online and 24 so foiled again.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Mar 22, 2014 17:37:12 GMT -8
looks like the code tag broke the sort functions return line.
I added in the rgbTOhex function because it was mentioned that some browsers return it instead of hex, and I wasnt familiar with the built-in one. of course firefox was returning rgb so I should have realized it right away anyways. I was only on IE7 that one day becaus I was at a theatre waiting for a movie to drop and killing time.
|
|
inherit
191776
0
Sept 11, 2022 16:05:51 GMT -8
K'DIZZLE
33
March 2013
kdizzle
|
Post by K'DIZZLE on Mar 22, 2014 18:43:00 GMT -8
Wormopolis I got it to work! I had to take out the very last line if (endkeep) namescontainer.append(' and ',endkeep); because it was showing up with a white "and" at the very end of the list of my members, but otherwise it works perfectly. Thank you so much!
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Mar 22, 2014 20:04:38 GMT -8
well that was saving the "more" link that normally shows up.. so Im not sure why it was deleting yours..
|
|