I had to logout and register with same username and with for example Google to add it to my profile.
Jeroen van Warmerdam
@jerone
hmm and now it's gone again
weird, have to check this out later
Jeroen van Warmerdam
@jerone
just added another PR :P
OpenUserJs/OpenUserJS.org#460
Time to go to bed
Chris Holland
@Zren
Hmmm. Lets see if I can finish the PushDescription thing tonight.
Got distracted last night when I wondered why we still had modelList.js referenced.
Jeroen van Warmerdam
@jerone
that would be cool. i really love that feature (thats why I proposed it :smile: ) )
I hope that you don't have to change a lot
modelList.js ?
Jeroen van Warmerdam
@jerone
question: how can I get the script that belongs to a comment? I can link a discussion to the comment. I can link a category to the discussion. But I can't link a script to the category/discussion/comment...
Chris Holland
@Zren
Yeah... The discussion model doesnt link to the script id. You have to guess based on the category. Just ignore showing the most recent discussion for script issues.
Jeroen van Warmerdam
@jerone
was for another thing, will post a PR soon
Jeroen van Warmerdam
@jerone
it was for this OpenUserJs/OpenUserJS.org#475
Jeroen van Warmerdam
@jerone
is there a reason for the big bottom margin on script description?
body > .container-fluid > .row > .container-fluid.col-sm-8{
margin-bottom:100px;
}
Chris Holland
@Zren
padding
Not really.
Go ahead and remove it.
Meant to use a media query on it to hide it when viewing on mobile (cuz it's stacked on top of the sidebar) but it's probably better to just remove it.