wp_enqueue_media() Will not load JS on the theme

I had 2 things wrong:

  1. I unregistered wordpress’s jquery without properly registering my own (I concatenated my scripts )
  2. I didnt have wp_footer() in my theme. the wp_enqueue_media() function loads the scripts to the footer.