{"version":3,"sources":["testimonials-page.js"],"names":["jQuery","document","ready","$","attr","vertCenter","parent","removeClass","addClass"],"mappings":"AAAAA,MAAM,CAACC,QAAD,CAAN,CAAiBC,KAAjB,CAAuB,UAASC,CAAT,EAAY;AAClC;AACAA,EAAAA,CAAC,CAAC,MAAD,CAAD,CAAUC,IAAV,CAAe,IAAf,EAAqB,cAArB,EAFkC,CAGlC;;AACA,MAAIC,UAAU,GAAGF,CAAC,CAAC,mBAAD,CAAlB;AACAE,EAAAA,UAAU,CAACC,MAAX,CAAkB,cAAlB,EAAkCC,WAAlC,CAA8C,aAA9C,EAA6DC,QAA7D,CAAsE,aAAtE;AAEA,CAPD","file":"testimonials-page.js","sourceRoot":"../src","sourcesContent":["jQuery(document).ready(function($) {\n\t// add testimonial class to body\n\t$('body').attr('id', 'testimonials');\n\t// fix the titles to go on the bottom left\n\tvar vertCenter = $('.vert-center > h3');\n\tvertCenter.parent('.vert-center').removeClass('vert-center').addClass('bottom-left');\n\n});\n"]}