found drama

get oblique

sick.

by Rob Friesel

sick is taking the day off work b/c of a generalized nausea and while at home trying to rest up attempting to work on projects for work, having some success, only to have it baffling not work later in the day after changing nothing.

function jumper(docdir) {
var oIndex = docdir.options.selectedIndex;
var dirname = docdir.name;

if (oIndex == 0) {
alert("Please select a document.");
} else {
parent.main.location.pathname = "/" + dirname + "/" + docdir.options[docdir.selectedIndex].value;
}
}

…worked and then didn’t. Utterly baffling. So now I get to feel sick and novice. The perfect day.

About Rob Friesel

Software engineer by day. Science fiction writer by night. Weekend homebrewer, beer educator at Black Flannel, and Certified Cicerone. Author of The PhantomJS Cookbook and a short story in Please Do Not Remove. View all posts by Rob Friesel →

Leave a Reply

Your email address will not be published. Required fields are marked *

*

*