>>6249318I'm modifying the yukisuki startpage atm.
Does not look like I have done much, but most of the time I spent on the project, i tried to migrate the page styling from the js to an actual stylesheet.
Also what the fuck is this?
var searchinput = $("#searchinput");
if(!!searchinput){
searchinput.css("color", cfg[10]);
searchinput.css("backgroundColor", cfg[11]);
}
I'm really new to javascript, but i'm pretty sure that this bit of code initializes a variable and assigns a value to it, to then make a conditional statement, that tests for the existence of this same value. what?