Quick Fix FlexSlider with Firefox 29 on Windows

FlexSlider error with Firefox v29 on Windows, it doesn't apply animation for slider item. Here is sollution to fix them:

  $(document).ready(function() {
    $(".flexslider").flexslider({
      touch: !$.browser.mozilla
    });
  });

Other posts