wp_enqueue_script stopped working

I’m not sure what the problem would be, but I’d start out by checking to see if they are actually getting enqueued.

http://codex.wordpress.org/Function_Reference/wp_script_is

That would at least let you know if you have a declaration problem of if there is something wrong when enqueued scripts are being drawn. (like a plugin conflict or some such)